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

Function test_pascal_finds_imports

tests/test_pascal.py:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55
56def test_pascal_finds_imports():
57 from graphify.extract import extract_pascal
58 r = extract_pascal(FIXTURES / "sample.pas")
59 assert "imports" in _relations(r)
60
61
62def test_pascal_import_edges_have_import_context():

Callers

nothing calls this directly

Calls 2

extract_pascalFunction · 0.90
_relationsFunction · 0.70

Tested by

no test coverage detected