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

Function test_pascal_finds_calls

tests/test_pascal.py:88–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86
87
88def test_pascal_finds_calls():
89 from graphify.extract import extract_pascal
90 r = extract_pascal(FIXTURES / "sample.pas")
91 assert "calls" in _relations(r)
92
93
94def test_pascal_call_edges_have_call_context():

Callers

nothing calls this directly

Calls 2

extract_pascalFunction · 0.90
_relationsFunction · 0.70

Tested by

no test coverage detected