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

Function test_lfm_finds_root_form_class

tests/test_pascal.py:153–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151
152
153def test_lfm_finds_root_form_class():
154 from graphify.extract import extract_lazarus_form
155 r = extract_lazarus_form(FIXTURES / "sample.lfm")
156 assert any("TSampleForm" in l for l in _labels(r))
157
158
159def test_lfm_finds_component_classes():

Callers

nothing calls this directly

Calls 2

extract_lazarus_formFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected