Updated testing section.

Use dev_requirements.txt in order to run tests.
This commit is contained in:
Roberto Aguilar 2013-03-11 21:17:32 +00:00
parent a79f35208f
commit 1fac47345d

View file

@ -282,13 +282,9 @@ If it is less than 2047, you should increase it with::
Running the tests
~~~~~~~~~~~~~~~~~
You will need ``mock`` to run the tests::
For running tests, you'll also need to install ``dev_requirements.txt``::
pip install mock
If you are on Python < 2.7 then you will also need unittest2::
pip install unittest2
pip install -r dev_requirements.txt
Finally you use setup.py to run the tests with the following command::