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

Function start_mastersrv

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

Source from the content-addressed store, hash-verified

794
795@test(requires_mastersrv=True)
796def start_mastersrv(test_env):
797 mastersrv = test_env.mastersrv()
798 wait_for_startup([mastersrv])
799 mastersrv.exit()
800 mastersrv.wait_for_exit()
801
802
803@test(requires_mastersrv=True)

Callers

nothing calls this directly

Calls 4

wait_for_startupFunction · 0.85
mastersrvMethod · 0.80
wait_for_exitMethod · 0.80
exitMethod · 0.45

Tested by

no test coverage detected