testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00497
[Bug 662647] Re: Move responsibility for running cleanups to RunTest
** Changed in: testtools
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/662647
Title:
Move responsibility for running cleanups to RunTest
Status in testtools:
Fix Released
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