(tmpdir)
| 188 | |
| 189 | |
| 190 | def 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 | |
| 198 | def test_cppcheck_no_xml_root(tmpdir): |
nothing calls this directly
no test coverage detected