Adapt tests to package directory structure.

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
Bobby Noelte
2024-10-06 12:33:18 +02:00
committed by Andreas
parent 7d25194585
commit 9f78966c89
6 changed files with 20 additions and 8 deletions

View File

@@ -5,3 +5,10 @@ profile = "black"
ignore = [
"F841", # don't complain about unused variables
]
[tool.pytest.ini_options]
minversion = "7.0"
addopts = "--cov=src"
pythonpath = [ "src", ]
testpaths = [ "tests", ]