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

Function test_pascal_finds_unit

tests/test_pascal.py:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def test_pascal_finds_unit():
27 from graphify.extract import extract_pascal
28 r = extract_pascal(FIXTURES / "sample.pas")
29 assert any("SampleUnit" in l for l in _labels(r))
30
31
32def test_pascal_finds_classes():

Callers

nothing calls this directly

Calls 2

extract_pascalFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected