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

Function test_dfm_finds_root_form_class

tests/test_pascal.py:253–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251
252
253def test_dfm_finds_root_form_class():
254 from graphify.extract import extract_delphi_form
255 r = extract_delphi_form(FIXTURES / "sample.dfm")
256 assert any("TMainForm" in l for l in _labels(r))
257
258
259def test_dfm_finds_component_classes():

Callers

nothing calls this directly

Calls 2

extract_delphi_formFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected