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

Function test_dm_resolves_in_file_calls

tests/test_languages.py:2418–2422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2416
2417@_needs_dm
2418def test_dm_resolves_in_file_calls():
2419 r = extract_dm(FIXTURES / "sample.dm")
2420 calls = _calls(r)
2421 assert any(callee == "log_event()" for _, callee in calls)
2422 assert ("/datum/weapon/sword/attack()", "/datum/weapon/sword/sharpen()") in calls
2423
2424@_needs_dm
2425def test_dm_ambiguous_member_call_left_unresolved():

Callers

nothing calls this directly

Calls 2

extract_dmFunction · 0.90
_callsFunction · 0.70

Tested by

no test coverage detected