X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f938afb8ab4cb091d12e0ef0311eaea14b774798..5913c54d19b8f6775633176032161d49f9b2f1aa:/README.md diff --git a/README.md b/README.md index 47fad0c8..f1672f4f 100644 --- 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)