Update testing.rst

Adding information about paver
This commit is contained in:
Utkarsh
2015-06-09 10:02:49 -04:00
parent 3cd48e4d61
commit 00970a0f5a

View File

@@ -120,6 +120,10 @@ You can run all of the unit-level tests using the command
This includes python, javascript, and documentation tests. It does not,
however, run any acceptance tests.
Note -
`paver` is a scripting tool. To get information about various options, you can run the following command -
::
paver -h
Running Python Unit tests
-------------------------