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

Function test_powershell_finds_class_and_method

tests/test_languages.py:1680–1684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1678
1679
1680def test_powershell_finds_class_and_method():
1681 r = extract_powershell(FIXTURES / "sample.ps1")
1682 labels = [n["label"] for n in r["nodes"]]
1683 assert "DataProcessor" in labels
1684 assert any("Transform" in l for l in labels)
1685
1686
1687def test_powershell_class_base_type_emits_inherits_edge():

Callers

nothing calls this directly

Calls 1

extract_powershellFunction · 0.90

Tested by

no test coverage detected