(tmpdir)
| 2121 | |
| 2122 | |
| 2123 | def test_ignore_project_file_cli_prepend(tmpdir): |
| 2124 | __test_ignore_project(tmpdir, ign_proj='test2.cpp', ign_cli='test.cpp') |
| 2125 | |
| 2126 | |
| 2127 | def test_ignore_project_file_cli_append(tmpdir): |
nothing calls this directly
no test coverage detected