(tmp_path)
| 2549 | |
| 2550 | |
| 2551 | def 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 | |
| 2558 | def test_inline_suppr_builddir_j(tmp_path): |
nothing calls this directly
no test coverage detected