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

Function test_bpr_no_xml_root

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

Source from the content-addressed store, hash-verified

188
189
190def test_bpr_no_xml_root(tmpdir):
191 content = '<?xml version="1.0" encoding="utf-8"?>'
192
193 expected = "Borland project file has no XML root node"
194
195 __test_project_error(tmpdir, "bpr", content, expected)
196
197
198def test_cppcheck_no_xml_root(tmpdir):

Callers

nothing calls this directly

Calls 1

__test_project_errorFunction · 0.85

Tested by

no test coverage detected