MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / teardown_module

Function teardown_module

addons/test/y2038_test.py:39–44  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

37
38
39def teardown_module(module):
40 sys.argv.remove("--cli")
41 for f in TEST_SOURCE_FILES:
42 dump_remove(f)
43
44 # Build system test dumps are cleaned up individually in each test method
45
46
47def test_1_bad_time_bits(capsys):

Callers

nothing calls this directly

Calls 1

dump_removeFunction · 0.85

Tested by

no test coverage detected