X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0a39c81f93dd616be16a9ce3fc3caa0d31aa339f..ff573698a8b017b1a70fafbfda44452b2c8d78c1:/README.md diff --git a/README.md b/README.md index 47fad0c8..93ffb1c4 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,14 @@ Wdrożenie 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) + \ No newline at end of file