Skip to content

Commit

Permalink
Add --output to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Dec 11, 2023
1 parent 8169fa4 commit 32dc055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_create_output_saureus(
saureus_mlst_path,
"--cgmlst",
saureus_chewbbaca_path,
"--output",
output_file,
],
)
Expand Down Expand Up @@ -102,6 +103,7 @@ def test_create_output_ecoli(
ecoli_mlst_path,
"--cgmlst",
ecoli_chewbbaca_path,
"--output",
output_file,
],
)
Expand All @@ -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,
],
)
Expand Down

0 comments on commit 32dc055

Please sign in to comment.