MCPcopy
hub / github.com/OfflineIMAP/offlineimap / tearDownModule

Function tearDownModule

test/tests/test_02_MappedIMAP.py:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 tdir = OLITestLib.create_test_dir(suffix=__name__)
31
32def tearDownModule():
33 logging.info("Tear Down test module")
34 OLITestLib.delete_test_dir()
35
36#Stuff that can be used
37#self.assertEqual(self.seq, range(10))

Callers

nothing calls this directly

Calls 2

infoMethod · 0.80
delete_test_dirMethod · 0.80

Tested by

no test coverage detected