MCPcopy Create free account
hub / github.com/assemblerflow/flowcraft / test_check_invalid

Function test_check_invalid

flowcraft/tests/test_assemblerflow.py:26–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def test_check_invalid():
27
28 sys.argv.append(1)
29 args = af.get_args(["build", "-t", "'A B C()'", "-c", "-o teste.nf"])
30
31 with pytest.raises(SystemExit):
32 af.build(args)
33
34
35def test_build_file(tmp):

Callers

nothing calls this directly

Calls 1

buildMethod · 0.80

Tested by

no test coverage detected