MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_csproj_invalid_xml

Function test_csproj_invalid_xml

tests/test_dotnet.py:110–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108
109
110def test_csproj_invalid_xml():
111 with tempfile.NamedTemporaryFile(suffix=".csproj", mode="w", delete=False) as f:
112 f.write("<Project><Invalid></Project>")
113 f.flush()
114 r = extract_csproj(Path(f.name))
115 assert "error" in r
116
117
118# ── .xaml ────────────────────────────────────────────────────────────────────

Callers

nothing calls this directly

Calls 1

extract_csprojFunction · 0.90

Tested by

no test coverage detected