add pytest config

This commit is contained in:
jan 2025-08-17 21:02:01 +02:00
parent 5e0eef7c59
commit 42a7df3055

View File

@ -89,3 +89,7 @@ lint.ignore = [
"TRY003", # Long exception message
]
[tool.pytest.ini_options]
addopts = "-rsXx"
testpaths = ["masque"]