Kaydet (Commit) 2aece57d authored tarafından Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Correctly call the base class tearDown();

otherwise running test_logging twice produce the errors we see on all buildbots
üst 504a48f9
......@@ -450,6 +450,7 @@ class MemoryHandlerTest(BaseTest):
def tearDown(self):
self.mem_hdlr.close()
BaseTest.tearDown(self)
def test_flush(self):
# The memory handler flushes to its target handler based on specific
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment