master > master: code-py - unittest config

This commit is contained in:
RD 2022-04-18 19:04:55 +02:00
parent 04cdeb4e18
commit 34c7d9d0c4
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[tool.pytest.ini_options]
minversion = "7.1.1"
testpaths = [
"tests",
]
python_files = [
"**/test_*.py",
]