(tmp_path)
| 2556 | |
| 2557 | |
| 2558 | def 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 | |
| 2564 | def test_inline_suppr_builddir_j_cached(tmp_path): |
nothing calls this directly
no test coverage detected