From 32dc0559bab0c06997e6d589650f227c0c0d49fc Mon Sep 17 00:00:00 2001 From: ryanjameskennedy Date: Mon, 11 Dec 2023 16:34:07 +0100 Subject: [PATCH] Add --output to pytest --- tests/test_cli.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_cli.py b/tests/test_cli.py index bc69a85..3cb1002 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -51,6 +51,7 @@ def test_create_output_saureus( saureus_mlst_path, "--cgmlst", saureus_chewbbaca_path, + "--output", output_file, ], ) @@ -102,6 +103,7 @@ def test_create_output_ecoli( ecoli_mlst_path, "--cgmlst", ecoli_chewbbaca_path, + "--output", output_file, ], ) @@ -122,6 +124,7 @@ def test_cdm_input_cmd(ecoli_quast_path, ecoli_bwa_path, ecoli_chewbbaca_path, e ecoli_bwa_path, "--cgmlst", ecoli_chewbbaca_path, + "--output", output_fname, ], )