(tmp)
| 33 | |
| 34 | |
| 35 | def 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 | |
| 45 | def test_build_file_2(tmp): |