This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: cleanup functions are not executed with unittest.TestCase.debug()
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: michael.foord Nosy List: michael.foord
Priority: normal Keywords:

Created on 2010-06-08 20:55 by michael.foord, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg107346 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2010-06-08 20:55
Also class / module tearDowns are not executed with TestSuite.debug()
msg107364 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2010-06-08 23:18
Committed revision 81853. Still needs porting to py3k (and unittest2).
msg107394 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2010-06-09 12:30
Typo correction in revision 81859. Also needs merging onto py3k.
msg107464 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2010-06-10 16:28
Committed revision 81875.
Committed revision 81874.
History
Date User Action Args
2022-04-11 14:57:02adminsetgithub: 53194
2010-06-10 16:28:55michael.foordsetstatus: open -> closed
resolution: accepted
messages: + msg107464

stage: resolved
2010-06-09 12:30:21michael.foordsetmessages: + msg107394
2010-06-08 23:18:56michael.foordsetmessages: + msg107364
2010-06-08 20:55:23michael.foordcreate