Skip to content

Commit

Permalink
cleaned test_summarize_empty_gather
Browse files Browse the repository at this point in the history
  • Loading branch information
hehouts committed Jun 16, 2021
1 parent 7c23d38 commit f07b4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_tax.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ def test_summarize_empty_gather_results(runtmp):
fp.write("")
print("g_csv: ", g_csv)

#test below is not working properly: assert statement needs to be moved outside of the with block, but exc.value is empty and im not sure why
with pytest.raises(ValueError) as exc:
#should fail
runtmp.run_sourmash('tax', 'summarize', g_csv, '--taxonomy-csv', tax)
Expand Down

0 comments on commit f07b4f1

Please sign in to comment.