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

Function test_vcxproj_no_xml_root

test/cli/project_test.py:182–187  ·  view source on GitHub ↗
(tmpdir)

Source from the content-addressed store, hash-verified

180
181
182def test_vcxproj_no_xml_root(tmpdir):
183 content = '<?xml version="1.0" encoding="utf-8"?>'
184
185 expected = "Visual Studio project file has no XML root node"
186
187 __test_project_error(tmpdir, "vcxproj", content, expected)
188
189
190def test_bpr_no_xml_root(tmpdir):

Callers

nothing calls this directly

Calls 1

__test_project_errorFunction · 0.85

Tested by

no test coverage detected