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

Function test_slnx_no_xml_root

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

Source from the content-addressed store, hash-verified

140
141
142def test_slnx_no_xml_root(tmpdir):
143 content = '<?xml version="1.0" encoding="utf-8"?>'
144
145 expected = "Visual Studio solution file has no XML root node"
146
147 __test_project_error(tmpdir, "slnx", content, expected)
148
149
150def test_slnx_no_projects(tmpdir):

Callers

nothing calls this directly

Calls 1

__test_project_errorFunction · 0.85

Tested by

no test coverage detected