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

Function test_inline_suppr_builddir_j_cached

test/cli/other_test.py:2564–2568  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

2562
2563
2564def test_inline_suppr_builddir_j_cached(tmp_path):
2565 build_dir = tmp_path / 'b1'
2566 os.mkdir(build_dir)
2567 __test_inline_suppr(tmp_path, ['--cppcheck-build-dir={}'.format(build_dir), '-j2'])
2568 __test_inline_suppr(tmp_path, ['--cppcheck-build-dir={}'.format(build_dir), '-j2'])
2569
2570
2571def test_duplicate_suppression(tmp_path):

Callers

nothing calls this directly

Calls 2

__test_inline_supprFunction · 0.85
formatMethod · 0.80

Tested by

no test coverage detected