← Back to team overview

testtools-dev team mailing list archive

[Bug 662647] [NEW] Move responsibility for running cleanups to RunTest

 

Public bug reported:

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.

** Affects: testtools
     Importance: Low
         Status: Triaged

-- 
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: Triaged

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.





Follow ups

References