TextTestResult should be easier to extend
Bug #607435 reported by
Martin Packman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
testtools |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Just moved bzrlib.
The testtools class has:
* No concept of verbosity (so different __init__ arguments)
* No printErrors method, and the printErrorList equivalent is private
* No way of extending stopTestRun with more information in the final summary line
This meant rather than being able to delete duplicated logic, had to instead add to it.
Changed in testtools: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
Martin, i don't think this bug, as phrased, is likely to get much traction. Would you consider filing separate bugs for the different things you want changed? Or perhaps a patch?