Document how to run tests on Paver scripts

Meta.
This commit is contained in:
Brian Jacobel
2016-07-25 14:20:45 -04:00
parent 00448dffe5
commit 940f6e992d

View File

@@ -633,6 +633,13 @@ During acceptance test execution, Django log files are written to
**Note**: The acceptance tests can *not* currently run in parallel.
Running Tests on Paver Scripts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To run tests on the scripts that power the various Paver commands, use the following command::
nosetests paver
Testing internationalization with dummy translations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~