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

Function test_dm_finds_global_proc

tests/test_languages.py:2377–2381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2375
2376@_needs_dm
2377def test_dm_finds_global_proc():
2378 r = extract_dm(FIXTURES / "sample.dm")
2379 labels = _labels(r)
2380 assert any(l == "log_event()" for l in labels)
2381 assert any(l == "RunTest()" for l in labels)
2382
2383@_needs_dm
2384def test_dm_finds_type_definition():

Callers

nothing calls this directly

Calls 2

extract_dmFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected