Skip to content

Commit

Permalink
Updated pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
chaplin89 committed May 20, 2024
1 parent 2dc672a commit 4dc25a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,13 @@ version_file = "wgse/VERSION.py"
[tool.isort]
profile = "black"
line_length = 88

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--strict-markers -p no:warnings --no-header --no-summary -x -q -s"
testpaths = [
"test"
]
filterwarnings = [
'ignore:DeprecationWarning',
]

0 comments on commit 4dc25a6

Please sign in to comment.