Skip to content

Commit

Permalink
Fix PP308: Specifies useful pytest summary
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Nov 30, 2023
1 parent 53f9ee9 commit 85e2257
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ testpaths = [
addopts = "--strict-config --strict-markers -ra"
log_cli_level = "INFO"
xfail_strict = true
filterwarnings = ['error']
filterwarnings = ['error']

[tool.pytest.ini_options]
addops = ["-ra", "--strict-config", "--strict-markers"]

0 comments on commit 85e2257

Please sign in to comment.