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

Function test_csproj_packages

tests/test_dotnet.py:85–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83# ── .csproj ──────────────────────────────────────────────────────────────────
84
85def test_csproj_packages():
86 r = extract_csproj(FIXTURES / "sample.csproj")
87 assert "error" not in r
88 labels = _labels(r)
89 assert any("MediatR" in l for l in labels)
90 assert any("FluentValidation" in l for l in labels)
91 assert any("Swashbuckle" in l for l in labels)
92
93
94def test_csproj_project_references():

Callers

nothing calls this directly

Calls 2

extract_csprojFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected