(hq_env: HqEnv)
| 30 | |
| 31 | |
| 32 | def 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 | |
| 38 | def test_server_client_port(hq_env: HqEnv): |
nothing calls this directly
no test coverage detected