(tmpdir)
| 2226 | |
| 2227 | |
| 2228 | def test_ignore_project_2_file_relative(tmpdir): |
| 2229 | __test_ignore_project_2(tmpdir, ['-isrc/test.cpp']) |
| 2230 | |
| 2231 | |
| 2232 | def test_ignore_project_2_file_relative_backslash(tmpdir): |
nothing calls this directly
no test coverage detected