added example pyproject.toml

This commit is contained in:
Oliver Hartmann 2023-01-10 20:53:27 +01:00
parent 2b48e24a28
commit 520858f6ac

7
pyproject.toml Normal file
View File

@ -0,0 +1,7 @@
# pyproject.toml
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"tests",
]