From: Aleksander Łukasz Date: Wed, 27 Mar 2013 12:57:57 +0000 (+0100) Subject: README.md update - tests X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/ff573698a8b017b1a70fafbfda44452b2c8d78c1 README.md update - tests --- 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