Skip to content
dtcaciuc edited this page Jun 21, 2012 · 6 revisions

Welcome to the nos wiki!

Running Tests

Assuming nose and coverage are installed and the above variables are set, runnig

python setup.py nosetests

will execute entire test suite. Use --tests argument for specifying particular set of tests to run. For details, please consult latest Nose documentation.

Reference and Inspiration

Clone this wiki locally