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

Function start_client

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

Source from the content-addressed store, hash-verified

619
620@test
621def start_client(test_env):
622 client = test_env.client(["gfx_fullscreen 1"])
623 wait_for_startup([client])
624 client.exit()
625 client.wait_for_exit()
626
627
628# TODO: make this less verbose

Callers

nothing calls this directly

Calls 4

wait_for_startupFunction · 0.85
clientMethod · 0.80
wait_for_exitMethod · 0.80
exitMethod · 0.45

Tested by

no test coverage detected