Skip to content

Commit

Permalink
Tweaked pytest settings to make the tracebacks easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 7, 2024
1 parent baf6bf8 commit e9894e7
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 @@ -70,7 +70,7 @@ exclude = [

[tool.pytest.ini_options]
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
addopts = ["-rsfE", "--tb=short", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = [
"error",
Expand Down

0 comments on commit e9894e7

Please sign in to comment.