Skip to content

Commit

Permalink
filterwarnings config (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Feb 4, 2024
1 parent adfaaf8 commit 98f8c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ requires = [
build-backend = "setuptools.build_meta"

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

[tool.coverage.report]
show_missing = true
Expand Down

0 comments on commit 98f8c34

Please sign in to comment.