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

Function start_server

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

Source from the content-addressed store, hash-verified

611
612@test
613def start_server(test_env):
614 server = test_env.server()
615 wait_for_startup([server])
616 server.exit()
617 server.wait_for_exit()
618
619
620@test

Callers

nothing calls this directly

Calls 4

wait_for_startupFunction · 0.85
serverMethod · 0.80
wait_for_exitMethod · 0.80
exitMethod · 0.45

Tested by

no test coverage detected