Skip to content

Commit

Permalink
Fail tests on all warnings (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Jan 23, 2024
1 parent 14396fb commit abc8e3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ universal = 1
universal = 1

[tool:pytest]
addopts = --strict
addopts = -W error --strict-markers --strict-config -v -r sxfE --color=yes
xfail_strict = true
python_files = test_*.py
testpaths = TEMPLATE/tests

Expand Down

0 comments on commit abc8e3b

Please sign in to comment.