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

Function test_lfm_no_error

tests/test_pascal.py:147–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145# ── Lazarus Form (.lfm) ───────────────────────────────────────────────────────
146
147def test_lfm_no_error():
148 from graphify.extract import extract_lazarus_form
149 r = extract_lazarus_form(FIXTURES / "sample.lfm")
150 assert "error" not in r
151
152
153def test_lfm_finds_root_form_class():

Callers

nothing calls this directly

Calls 1

extract_lazarus_formFunction · 0.90

Tested by

no test coverage detected