Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ bash
Function
bash
tests/utils/cmd.py:11–15 ·
view source on GitHub ↗
Returns commands that will run in a bash script.
(command: str)
Source
from the content-addressed store, hash-verified
9
10
11
def
bash(command: str) -> List[str]:
12
""
"
13
Returns commands that will run in a bash script.
14
""
"
15
return
[
"bash"
,
"-c"
, command]
Callers
15
test_coupling_alloc1
Function · 0.85
test_coupling_alloc2
Function · 0.85
test_coupling_combined
Function · 0.85
test_single_dep
Function · 0.85
test_dep_failed
Function · 0.85
test_kill_worker_with_deps
Function · 0.85
test_long_chain_of_deps
Function · 0.85
test_long_many_pairs_deps
Function · 0.85
test_submit_env
Function · 0.85
test_submit_stdio
Function · 0.85
test_wait_for_job
Function · 0.85
test_get_failed_tasks
Function · 0.85
Calls
no outgoing calls
Tested by
15
test_coupling_alloc1
Function · 0.68
test_coupling_alloc2
Function · 0.68
test_coupling_combined
Function · 0.68
test_single_dep
Function · 0.68
test_dep_failed
Function · 0.68
test_kill_worker_with_deps
Function · 0.68
test_long_chain_of_deps
Function · 0.68
test_long_many_pairs_deps
Function · 0.68
test_submit_env
Function · 0.68
test_submit_stdio
Function · 0.68
test_wait_for_job
Function · 0.68
test_get_failed_tasks
Function · 0.68