(tmpdir)
| 2209 | |
| 2210 | |
| 2211 | def test_ignore_project_2_file_append(tmpdir): |
| 2212 | # make sure it also matches when specified after project |
| 2213 | __test_ignore_project_2(tmpdir, ['-itest.cpp'], append=True) |
| 2214 | |
| 2215 | |
| 2216 | def test_ignore_project_2_file_wildcard_back(tmpdir): |
nothing calls this directly
no test coverage detected