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

Function parse_json_output

tests/output/test_json.py:22–23  ·  view source on GitHub ↗
(hq_env: HqEnv, command: List[str])

Source from the content-addressed store, hash-verified

20
21
22def parse_json_output(hq_env: HqEnv, command: List[str]):
23 return hq_env.command(command, ignore_stderr=True, as_json=True)
24
25
26def test_print_worker_list(hq_env: HqEnv):

Calls 1

commandMethod · 0.80

Tested by

no test coverage detected