← Back to team overview

testtools-dev team mailing list archive

[Bug 662647] Re: Move responsibility for running cleanups to RunTest

 

** Changed in: testtools
       Status: In Progress => Fix Committed

-- 
Move responsibility for running cleanups to RunTest
https://bugs.launchpad.net/bugs/662647
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.

Status in testtools: Fix Committed

Bug description:
Right now, RunTest simply tells the TestCase to run cleanups.  It would be more consistent with setUp, tearDown etc if RunTest instead asked the TestCase for a list of cleanups and then ran it themselves.





References