Skip to content

Commit

Permalink
Enforce repo-review rule PP308
Browse files Browse the repository at this point in the history
PP308: Specifies useful pytest summary

An explicit summary flag like `-ra` should be in `addopts = [...]` (print
summary of all fails/errors).
  • Loading branch information
DimitriPapadopoulos committed Jun 23, 2024
1 parent 448a002 commit 9d3701e
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 @@ -68,7 +68,7 @@ repository = "https://github.com/ImagingDataCommons/highdicom.git"

[tool.pytest.ini_options]
minversion = "7"
addopts = ["--doctest-modules", "--strict-config", "--strict-markers"]
addopts = ["--doctest-modules", "-ra", "--strict-config", "--strict-markers"]
testpaths = ["tests"]
log_cli_level = "INFO"
xfail_strict = true
Expand Down

0 comments on commit 9d3701e

Please sign in to comment.