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

Function test_build_file

flowcraft/tests/test_assemblerflow.py:35–42  ·  view source on GitHub ↗
(tmp)

Source from the content-addressed store, hash-verified

33
34
35def test_build_file(tmp):
36
37 p = os.path.join(os.path.abspath(tmp), "teste.nf")
38 sys.argv.append(1)
39
40 args = af.get_args(["build", "-t", "integrity_coverage fastqc", "-o",
41 "{}".format(p)])
42 af.build(args)
43
44
45def test_build_file_2(tmp):

Callers

nothing calls this directly

Calls 1

buildMethod · 0.80

Tested by

no test coverage detected