Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
def
parse_json_output(hq_env: HqEnv, command: List[str]):
23
return
hq_env.command(command, ignore_stderr=True, as_json=True)
24
25
26
def
test_print_worker_list(hq_env: HqEnv):
Callers
13
test_print_worker_list
Function · 0.85
test_print_worker_info
Function · 0.85
test_print_worker_info_pbs_allocation
Function · 0.85
test_print_server_record
Function · 0.85
test_print_job_list
Function · 0.85
test_print_job_detail
Function · 0.85
test_print_job_detail_resources
Function · 0.85
test_print_job_detail_multiple_jobs
Function · 0.85
test_print_job_tasks_in_job_detail
Function · 0.85
test_print_job_tasks
Function · 0.85
test_print_task_placeholders
Function · 0.85
test_print_hw
Function · 0.85
Calls
1
command
Method · 0.80
Tested by
no test coverage detected