Docs: Running tests

This commit is contained in:
Juda Kaleta 2013-08-22 14:31:33 +02:00
parent 40594146d1
commit efc5bf7f14

View file

@ -1,6 +1,21 @@
Testing
==============================================
Requirements
-------------
You need ``nose``, ``mock`` and ``south`` libraries to run tests.
::
pip install nose
pip install mock
pip install south
Running tests
------------------
Run tests with this command:
::