nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 396 forks source link

Option to suppress coverage report on test failure #633

Open jimparis opened 11 years ago

jimparis commented 11 years ago

It would be nice to have an option to suppress the printing of the coverage report on test failure, especially when using --stop, as the printed report is essentially useless in that case.

merwok commented 11 years ago

The printed report is not useful, and often makes my screen scoll so that I can’t see the traceback directly (when using -x). +1