testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00307
[Bug 662647] Re: Move responsibility for running cleanups to RunTest
** Changed in: testtools
Assignee: (unassigned) => Jonathan Lange (jml)
** Changed in: testtools
Status: Triaged => In Progress
** Branch linked: lp:~jml/testtools/cleanups-to-runtest
--
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: In Progress
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