Also delay calling tearDown() when --pdb is given, so users still have access to the instance variables (which are usually cleaned up during tearDown()) when debugging. Fix #6947
2 lines
111 B
ReStructuredText
2 lines
111 B
ReStructuredText
Fix regression where functions registered with ``TestCase.addCleanup`` were not being called on test failures.
|