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

Function tearDownModule

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

Source from the content-addressed store, hash-verified

32 tdir = OLITestLib.create_test_dir(suffix=__name__)
33
34def tearDownModule():
35 logging.info("Tear Down test module")
36 # comment out next line to keep testdir after test runs. TODO: make nicer
37 OLITestLib.delete_test_dir()
38
39#Stuff that can be used
40#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