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

Function test_dfm_no_error

tests/test_pascal.py:247–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245# ── Delphi Form (.dfm) ───────────────────────────────────────────────────────
246
247def test_dfm_no_error():
248 from graphify.extract import extract_delphi_form
249 r = extract_delphi_form(FIXTURES / "sample.dfm")
250 assert "error" not in r
251
252
253def test_dfm_finds_root_form_class():

Callers

nothing calls this directly

Calls 1

extract_delphi_formFunction · 0.90

Tested by

no test coverage detected