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

Function test_pascal_finds_classes

tests/test_pascal.py:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31
32def test_pascal_finds_classes():
33 from graphify.extract import extract_pascal
34 r = extract_pascal(FIXTURES / "sample.pas")
35 labels = _labels(r)
36 assert any("TBaseProcessor" in l for l in labels)
37 assert any("TDataProcessor" in l for l in labels)
38
39
40def test_pascal_finds_interface():

Callers

nothing calls this directly

Calls 2

extract_pascalFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected