Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ get_hq_binary
Function
get_hq_binary
tests/conftest.py:23–25 ·
view source on GitHub ↗
(debug=True)
Source
from the content-addressed store, hash-verified
21
22
23
def
get_hq_binary(debug=True):
24
directory =
"debug"
if
debug
else
"release"
25
return
os.path.join(ROOT_DIR,
"target"
, directory,
"hq"
)
26
27
28
RUNNING_IN_CI =
"CI"
in os.environ
Callers
7
test_deploy_ssh_worker_command
Function · 0.70
test_worker_stream_events1
Function · 0.70
test_worker_stream_events2
Function · 0.70
server_args
Method · 0.70
start_worker
Method · 0.70
command
Method · 0.70
normalize_output
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected