Skip to content

Commit

Permalink
Update pytest config (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Jul 3, 2024
1 parent 11d8c9a commit 7907800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@ attr = 'spin.__version__'
include = ["spin*"]

[tool.pytest.ini_options]
minversion = "8.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = [
"ignore:cannot collect 'test' because it is not a function:",
]
log_cli_level = "info"

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit 7907800

Please sign in to comment.