(tmp_path)
| 2562 | |
| 2563 | |
| 2564 | def 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 | |
| 2571 | def test_duplicate_suppression(tmp_path): |
nothing calls this directly
no test coverage detected