Ticket #5859 enhancement closed fixed
Add more important assertions to twisted/trial/test/test_tests.py
| Reported by: | exarkun | Owned by: | exarkun |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | jml | Branch: | branches/extra-reporter-assertions-5859 |
| Author: | exarkun | Launchpad Bug: |
Description
Many of the tests in test_tests.py operate by running a suite and then making assertions on the results/reporter object. Some of these tests skip checking certain parts of the reporter's state, though, which potentially allows a broken implementation to pass them.
The tests should have a few more assertions added to make sure a properly working implementation is really in use.
This is split off of #5853.
Change History
Note: See
TracTickets for help on using
tickets.
