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

Function test_pascal_no_error

tests/test_pascal.py:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19
20def test_pascal_no_error():
21 from graphify.extract import extract_pascal
22 r = extract_pascal(FIXTURES / "sample.pas")
23 assert "error" not in r
24
25
26def test_pascal_finds_unit():

Callers

nothing calls this directly

Calls 1

extract_pascalFunction · 0.90

Tested by

no test coverage detected