X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8132fc186eb0c5fd02c86828c3a4735754296d02..5913c54d19b8f6775633176032161d49f9b2f1aa:/README.md diff --git a/README.md b/README.md index 93ffb1c4..f1672f4f 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,9 @@ Testy ==== $ pip install -r requirements-test.txt - $ python redakcja/manage.py test --settings=settings.test + $ python src/manage.py test --settings=redakcja.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 + $ ./node_modules/.bin/mocha -u tdd $(find src -name *_test.js)