Bug #1132542 “TestCommand: please add the possibility of making ...” : Bugs : testtools (original) (raw)
TestCommand: please add the possibility of making test failures fatal
Bug #1132542 reported byMichał Górny on 2013-02-24
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone |
---|---|---|---|---|
testtools | Triaged | Medium | Unassigned |
Bug Description
Currently, the 'test' command just runs the test suite and relies on user reading the report. This is really inconvenient for automated testing.
For that reason, I'd like to ask you to add an option to make the test command actually fatal; that is, aborting setup.py with failure exit status. With that feature, it will be possible to run tests and automatically determine if they failed.