Push repo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-19 23:45:27 +02:00
parent 76e82e7b90
commit 18d878bc0c
3 changed files with 14 additions and 2 deletions

6
pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"test.py",
]