Bug #1514540 “Mandatory setUp & tearDown upcalling makes migrati...” : Bugs : testtools (original) (raw)
Mandatory setUp & tearDown upcalling makes migrating to testtools harder
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone |
---|---|---|---|---|
testtools | Triaged | Wishlist | Unassigned |
Bug Description
Related to #344023
If you're changing the base class of an existing test suite to testtools, then you have to go through and fix every single definition of setUp & tearDown (or do something nasty with private variables).
*Maybe* this is a feature, but it does make adoption harder than it could be.
To post a comment you must log in.