fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
transform match exercise to WL1
[redakcja.git]
/
README.md
diff --git
a/README.md
b/README.md
index
47fad0c
..
64cebfb
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-38,3
+38,13
@@
WdroĊĵenie
fab production deploy
fab production deploy
+Testy
+====
+
+ $ pip install -r requirements-test.txt
+ $ python redakcja/manage.py test --settings=settings.test
+
+JavaScript (wymagany node.js i xsltproc):
+
+ $ npm install
+ $ ./node_modules/.bin/mocha -u tdd $(find -name *_test.js)