MCPcopy Create free account
hub / github.com/ddnet/ddnet / open_editor

Function open_editor

scripts/integration_test.py:658–663  ·  view source on GitHub ↗
(test_env)

Source from the content-addressed store, hash-verified

656
657@test
658def open_editor(test_env):
659 client = test_env.client(["maps/coverage.map"])
660 client.wait_for_log_exact("editor/load: Loaded map 'maps/coverage.map'", timeout=10)
661 client.command("cl_editor 0")
662 client.exit()
663 client.wait_for_exit()
664
665
666@test

Callers

nothing calls this directly

Calls 5

clientMethod · 0.80
wait_for_log_exactMethod · 0.80
wait_for_exitMethod · 0.80
commandMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected