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

Function test_extract_bash_no_self_loops

tests/test_extract.py:1177–1180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1175
1176
1177def test_extract_bash_no_self_loops():
1178 result = extract_bash(FIXTURES / "sample.sh")
1179 for e in result["edges"]:
1180 assert e["source"] != e["target"], f"Self-loop: {e}"
1181
1182
1183def test_extract_bash_no_dangling_edges():

Callers

nothing calls this directly

Calls 1

extract_bashFunction · 0.90

Tested by

no test coverage detected