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

Function test_extract_bash_finds_functions

tests/test_extract.py:1134–1140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1132
1133
1134def test_extract_bash_finds_functions():
1135 result = extract_bash(FIXTURES / "sample.sh")
1136 assert "error" not in result
1137 labels = {n["label"] for n in result["nodes"]}
1138 assert "build()" in labels
1139 assert "test_suite()" in labels
1140 assert "deploy()" in labels
1141
1142
1143def test_extract_bash_emits_defines_edges():

Callers

nothing calls this directly

Calls 1

extract_bashFunction · 0.90

Tested by

no test coverage detected