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

Function test_inline_suppr_builddir_j

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

Source from the content-addressed store, hash-verified

2556
2557
2558def test_inline_suppr_builddir_j(tmp_path):
2559 build_dir = tmp_path / 'b1'
2560 os.mkdir(build_dir)
2561 __test_inline_suppr(tmp_path, ['--cppcheck-build-dir={}'.format(build_dir), '-j2'])
2562
2563
2564def test_inline_suppr_builddir_j_cached(tmp_path):

Callers

nothing calls this directly

Calls 2

__test_inline_supprFunction · 0.85
formatMethod · 0.80

Tested by

no test coverage detected