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

Function test_pascal_finds_interface

tests/test_pascal.py:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40def test_pascal_finds_interface():
41 from graphify.extract import extract_pascal
42 r = extract_pascal(FIXTURES / "sample.pas")
43 assert any("IProcessor" in l for l in _labels(r))
44
45
46def test_pascal_finds_methods():

Callers

nothing calls this directly

Calls 2

extract_pascalFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected