mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
Adapt tests to package directory structure.
Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
@@ -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", ]
|
||||
|
||||
|
Reference in New Issue
Block a user