List all Tests Found by Nosetest
I use nosetests to run my unittests and it works well. I want to get a list of all the tests nostests finds without actually running them. Is there a way to do that? Version 0.11.1 is currently available. You can get a list of tests without running them as follows: nosetests -v --collect-only I recommend using: nosetests -vv --collect-only While the -vv option is not described in man nosetests , "An Extended Introduction to the nose Unit Testing Framework" states that: Using the -vv flag gives you verbose output from nose's test discovery algorithm. This will tell you whether or not nose is