How to use nose coverage with --timid flag
- by housemaister
I'd like to run "nosetests --with-coverage" using Ned Batchelder's coverage module, but passing the coverage module the --timid flag.
Is there a way (e.g. setting an environment variable) to make coverage run with --timid?