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

Function setup_module

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

Source from the content-addressed store, hash-verified

26
27
28def setup_module(module):
29 sys.argv.append("--cli")
30
31 # Create dumps for regular test files
32 for f in TEST_SOURCE_FILES:
33 dump_create(f)
34
35 # For build system tests, we'll create dumps on-demand in each test
36 # to avoid conflicts from multiple dump_create calls on the same file
37
38
39def teardown_module(module):

Callers

nothing calls this directly

Calls 1

dump_createFunction · 0.85

Tested by

no test coverage detected