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

Function test_pascal_finds_inherits

tests/test_pascal.py:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69
70def test_pascal_finds_inherits():
71 from graphify.extract import extract_pascal
72 r = extract_pascal(FIXTURES / "sample.pas")
73 assert "inherits" in _relations(r)
74
75
76def test_pascal_inherits_from_base():

Callers

nothing calls this directly

Calls 2

extract_pascalFunction · 0.90
_relationsFunction · 0.70

Tested by

no test coverage detected