Skip to content

Commit

Permalink
Use --maxfail=1 for easier log inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed May 31, 2023
1 parent 90a99f4 commit 812baed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ target_version = [
# ref: https://docs.pytest.org/en/stable/
#
[tool.pytest.ini_options]
addopts = "--verbose --color=yes --durations=10 --maxfail=2"
addopts = "--verbose --color=yes --durations=10 --maxfail=1"
asyncio_mode = "auto"
testpaths = ["tests"]
# These markers are registered to avoid warnings triggered by importing from
Expand Down

0 comments on commit 812baed

Please sign in to comment.