timbertson / autonose

autotest-like runner for nosetests
57 stars 8 forks source link

failed tests are not re-run #3

Closed timbertson closed 15 years ago

timbertson commented 15 years ago

this was an issue with interaction between plugins - the xml formatter plugin was swallowing handleError and handleFailure messages, never allowing addError and addFailure. I've moved to handleError and handleFailure in the watcher plugn now, and ensured that its score is above the xml plugin.