MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / test_empty_project

Function test_empty_project

test/cli/project_test.py:41–42  ·  view source on GitHub ↗
(tmpdir, project_ext, expected)

Source from the content-addressed store, hash-verified

39 ("cppcheck", "Cppcheck GUI project file is not a valid XML - XML_ERROR_EMPTY_DOCUMENT")
40])
41def test_empty_project(tmpdir, project_ext, expected):
42 __test_project_error(tmpdir, project_ext, None, expected)
43
44
45def test_json_entry_file_not_found(tmpdir):

Callers

nothing calls this directly

Calls 1

__test_project_errorFunction · 0.85

Tested by

no test coverage detected