diff options
-rw-r--r-- | Lib/test/test_logging.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 00533b1..2630abb 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -1802,6 +1802,7 @@ class BaseFileTest(BaseTest): def tearDown(self): for fn in self.rmfiles: os.unlink(fn) + BaseTest.tearDown(self) def assertLogFile(self, filename): "Assert a log file is there and register it for deletion" |