Skip to content

Commit

Permalink
Update pytest config (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jul 4, 2024
1 parent 0acdf95 commit 6e499c7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ ignore = [
]

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--doctest-modules"
minversion = "8.0"
addopts = ["--doctest-modules", "-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = ["error"]
log_cli_level = "info"
testpaths = ["src", "test"]

0 comments on commit 6e499c7

Please sign in to comment.