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

Function setUpModule

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

Source from the content-addressed store, hash-verified

26
27
28def setUpModule():
29 logging.info("Set Up test module %s" % __name__)
30 tdir = OLITestLib.create_test_dir(suffix=__name__)
31
32def tearDownModule():
33 logging.info("Tear Down test module")

Callers

nothing calls this directly

Calls 2

infoMethod · 0.80
create_test_dirMethod · 0.80

Tested by

no test coverage detected