Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
def
test_csproj_sdk():
106
r = extract_csproj(FIXTURES /
"sample.csproj"
)
107
assert
"Microsoft.NET.Sdk.Web"
in _labels(r)
108
109
110
def
test_csproj_invalid_xml():
Callers
nothing calls this directly
Calls
2
extract_csproj
Function · 0.90
_labels
Function · 0.70
Tested by
no test coverage detected