(tmpdir)
| 2125 | |
| 2126 | |
| 2127 | def test_ignore_project_file_cli_append(tmpdir): |
| 2128 | __test_ignore_project(tmpdir, ign_proj='test2.cpp', ign_cli='test.cpp', append_cli=True) |
| 2129 | |
| 2130 | |
| 2131 | def test_ignore_project_file_wildcard_back(tmpdir): |
nothing calls this directly
no test coverage detected