We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(TL;DR: see the Makefile for convenience shortcuts: you can just run 'nosetests' or 'make test')
Since 1.0rc2, all tests are runnable using Nose. To run the tests:
tests/tests.cfg
nosetests [testmodulepath]
Note: to disable nose log capturing, add --nocapture and/or --nologcapture. To add verbosity, add -v.
--nocapture
--nologcapture
-v