nose-devs / nose

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

nose.plugins.collect: report failures when results have failures #1069

Closed SurenNihalani closed 2 years ago

SurenNihalani commented 6 years ago

For context: I use nose's collect plugin in my deployment system to figure out what tests are present in a large code. Master does this and then it farms the tasks to workers. The workers then just run nosetests on each task. Sometimes, a deployment revision might have bugs at import time and then tests collected are incorrect and the failures are not easy to determine because there are no tracebacks.