How to use nose coverage with --timid flag

Posted by housemaister on Stack Overflow See other posts from Stack Overflow or by housemaister
Published on 2010-04-29T08:20:09Z Indexed on 2010/05/16 21:50 UTC
Read the original article Hit count: 288

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about nose

Related posts about coverage