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

Function test_dm_no_dangling_edges

tests/test_languages.py:2449–2453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2447
2448@_needs_dm
2449def test_dm_no_dangling_edges():
2450 r = extract_dm(FIXTURES / "sample.dm")
2451 node_ids = {n["id"] for n in r["nodes"]}
2452 for e in r["edges"]:
2453 assert e["source"] in node_ids
2454
2455@_needs_dm
2456def test_dm_super_call_not_emitted():

Callers

nothing calls this directly

Calls 1

extract_dmFunction · 0.90

Tested by

no test coverage detected