Skip to content
Snippets Groups Projects

Test graph generation

Merged Bryan Brancotte requested to merge test-render-graph into main
Files
2
+ 1
1
@@ -7,8 +7,8 @@ from bioflow_insight_cli.main import cli
class TestCall(unittest.TestCase):
def test_cli_works(self):
#cli("./wf_test/main.nf", render_graphs=False)
cli("./wf_test/main.nf", render_graphs=False)
cli("./wf_test/main.nf", render_graphs=True)
def test_cli_output_considered(self):
with TemporaryDirectory() as my_temp_dir:
Loading