MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / test_server_host

Function test_server_host

tests/test_server.py:32–35  ·  view source on GitHub ↗
(hq_env: HqEnv)

Source from the content-addressed store, hash-verified

30
31
32def test_server_host(hq_env: HqEnv):
33 table = start_server_get_output(hq_env, ["--host", "abcd123"])
34 table.check_row_value("Worker host", "abcd123")
35 table.check_row_value("Client host", "abcd123")
36
37
38def test_server_client_port(hq_env: HqEnv):

Callers

nothing calls this directly

Calls 2

start_server_get_outputFunction · 0.85
check_row_valueMethod · 0.80

Tested by

no test coverage detected