Skip to content

Commit

Permalink
don't terminate on failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Dalton committed Jan 7, 2024
1 parent 314a66b commit fecda69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
test=pytest

[tool:pytest]
addopts = -x --timeout=30 --durations=10 -n auto --cov=careless --cov-config=.coveragerc --cov-report xml
addopts = --timeout=30 -n auto --cov=careless --cov-config=.coveragerc --cov-report xml

0 comments on commit fecda69

Please sign in to comment.