(tmp_path)
| 2543 | |
| 2544 | |
| 2545 | def test_inline_suppr_builddir(tmp_path): |
| 2546 | build_dir = tmp_path / 'b1' |
| 2547 | os.mkdir(build_dir) |
| 2548 | __test_inline_suppr(tmp_path, ['--cppcheck-build-dir={}'.format(build_dir), '-j1']) |
| 2549 | |
| 2550 | |
| 2551 | def test_inline_suppr_builddir_cached(tmp_path): |
nothing calls this directly
no test coverage detected