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

Function test_csproj_sdk

tests/test_dotnet.py:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103
104
105def test_csproj_sdk():
106 r = extract_csproj(FIXTURES / "sample.csproj")
107 assert "Microsoft.NET.Sdk.Web" in _labels(r)
108
109
110def test_csproj_invalid_xml():

Callers

nothing calls this directly

Calls 2

extract_csprojFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected