(tmpdir, project_ext, expected)
| 39 | ("cppcheck", "Cppcheck GUI project file is not a valid XML - XML_ERROR_EMPTY_DOCUMENT") |
| 40 | ]) |
| 41 | def test_empty_project(tmpdir, project_ext, expected): |
| 42 | __test_project_error(tmpdir, project_ext, None, expected) |
| 43 | |
| 44 | |
| 45 | def test_json_entry_file_not_found(tmpdir): |
nothing calls this directly
no test coverage detected