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

Function test_inline_suppr_builddir_cached

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

Source from the content-addressed store, hash-verified

2549
2550
2551def test_inline_suppr_builddir_cached(tmp_path):
2552 build_dir = tmp_path / 'b1'
2553 os.mkdir(build_dir)
2554 __test_inline_suppr(tmp_path, ['--cppcheck-build-dir={}'.format(build_dir), '-j1'])
2555 __test_inline_suppr(tmp_path, ['--cppcheck-build-dir={}'.format(build_dir), '-j1'])
2556
2557
2558def test_inline_suppr_builddir_j(tmp_path):

Callers

nothing calls this directly

Calls 2

__test_inline_supprFunction · 0.85
formatMethod · 0.80

Tested by

no test coverage detected