Skip to content
Snippets Groups Projects
Commit 42df9460 authored by George Marchment's avatar George Marchment
Browse files

fix

parent ffc2cf11
1 merge request!7Return non zero code on failure
Pipeline #13262 passed with stage
in 41 seconds
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
......@@ -7,7 +7,7 @@ from bioflow_insight_cli.main import cli
class TestCall(unittest.TestCase):
def test_cli_works(self):
cli("./wf_test/main.nf", render_graphs=True)
#cli("./wf_test/main.nf", render_graphs=False)
cli("./wf_test/main.nf", render_graphs=False)
def test_cli_output_considered(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment