From ff573698a8b017b1a70fafbfda44452b2c8d78c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Wed, 27 Mar 2013 13:57:57 +0100 Subject: [PATCH] README.md update - tests --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.20.1