Skip to content

Commit

Permalink
test: add test helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Nov 17, 2023
1 parent 9f159df commit c0a9940
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
poetry run pytest -svv --cov=fasta_checksum_utils --cov-branch
poetry run coverage html

0 comments on commit c0a9940

Please sign in to comment.