Skip to content

Commit

Permalink
Added unit tests for exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ committed Feb 9, 2023
1 parent 3e25af1 commit c4313ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[pytest]
# Fail if coverage falls below 95%
# NOTE: If debug breakpoints aren't working, comment out the code coverage line below
addopts = --cov samtranslator --cov-report term-missing --cov-fail-under 95 --reruns 1
addopts = --cov samtranslator --cov-report term-missing --cov-fail-under 95
testpaths = tests
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
Expand Down

0 comments on commit c4313ab

Please sign in to comment.