Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assemblerflow/flowcraft
/ test_check
Function
test_check
flowcraft/tests/test_assemblerflow.py:17–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
16
17
def
test_check():
18
19
sys.argv.append(1)
20
args = af.get_args([
"build"
,
"-t 'A B C'"
,
"-c"
,
"-o teste.nf"
])
21
22
with
pytest.raises(SystemExit):
23
af.build(args)
24
25
26
def
test_check_invalid():
Callers
nothing calls this directly
Calls
1
build
Method · 0.80
Tested by
no test coverage detected