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

Function test_powershell_no_error

tests/test_languages.py:1661–1663  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1659# ── PowerShell ───────────────────────────────────────────────────────────────
1660
1661def test_powershell_no_error():
1662 r = extract_powershell(FIXTURES / "sample.ps1")
1663 assert "error" not in r
1664
1665
1666def test_powershell_psm1_dispatched_and_extracted(tmp_path):

Callers

nothing calls this directly

Calls 1

extract_powershellFunction · 0.90

Tested by

no test coverage detected