MCPcopy 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
23def get_hq_binary(debug=True):
24 directory = "debug" if debug else "release"
25 return os.path.join(ROOT_DIR, "target", directory, "hq")
26
27
28RUNNING_IN_CI = "CI" in os.environ

Callers 7

server_argsMethod · 0.70
start_workerMethod · 0.70
commandMethod · 0.70
normalize_outputFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected