Running tests

To run the tests, you need first to install the test packages used to build the tests : nose, WebTest

$ pip install nose WebTest

Optionaly you can install the coverage package.

$ pip install coverage

Then run the tests:

$ python setup.py nostetests

Or simply:

$ nostetests

Project Versions

Previous topic

Flash messages

Next topic

Authors

This Page