Rearrange source to src dir.
[redakcja.git] / README.md
index 47fad0c..f1672f4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,3 +38,13 @@ WdroĊĵenie
 
        fab production deploy
 
+Testy
+====
+
+    $ pip install -r requirements-test.txt
+    $ python src/manage.py test --settings=redakcja.settings.test
+
+JavaScript (wymagany node.js i xsltproc):
+
+    $ npm install
+    $ ./node_modules/.bin/mocha -u tdd $(find src -name *_test.js)