Skip to content

Commit 75c1b9e

Browse files
committed
🔧 add a pytest config
1 parent ec3e9ed commit 75c1b9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,14 @@ preview = true
238238
allow-dunder-method-names = ["__array__", "__array_ufunc__"]
239239

240240

241+
[tool.pytest.ini_options]
242+
minversion = "8.0"
243+
addopts = ["-ra", "--strict-config", "--strict-markers"]
244+
filterwarnings = ["error"]
245+
log_cli_level = "INFO"
246+
xfail_strict = true
247+
248+
241249
# install tox with `uv tool install tox --with tox-uv --upgrade`
242250
# and run with `uvx tox p`
243251
[tool.tox]

0 commit comments

Comments
 (0)