Use nose's "collect only" option to get number of tests
Brought to you by:
fabioz
Currently the nose test runner does not display the total number of tests and the progress bar has two states (running and done). It should be possible to calculate the number of tests using nose's "collect only" option (nosetests --collect-only) before actually running the tests.