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

Function test_files

addons/test/misra_test.py:35–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33# FIXME: files are generates in the source tree so it will cause issues if tests are run with xdist.
34@pytest.fixture
35def test_files():
36 for f in TEST_SOURCE_FILES:
37 dump_create(f)
38 yield
39 for f in TEST_SOURCE_FILES:
40 dump_remove(f)
41
42
43def test_loadRuleTexts_structure(checker):

Callers

nothing calls this directly

Calls 2

dump_createFunction · 0.85
dump_removeFunction · 0.85

Tested by

no test coverage detected