Skip to content

Commit

Permalink
quit on first fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Dalton committed Jan 9, 2024
1 parent daf6eaf commit 67bcd54
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 = --timeout=120 --timeout-method=thread -n auto --cov=careless --cov-config=.coveragerc --cov-report xml
addopts = -x --timeout=120 --timeout-method=thread -n auto --cov=careless --cov-config=.coveragerc --cov-report xml

0 comments on commit 67bcd54

Please sign in to comment.