1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

⚙ pytest.ini → pyproject.toml

This commit is contained in:
Mike Gerber 2023-08-03 18:06:13 +02:00
parent 69325facf2
commit 84a05170ba
2 changed files with 8 additions and 4 deletions

View file

@ -49,3 +49,11 @@ where = ["src"]
[tool.setuptools.package-data]
dinglehopper = ["*.json", "templates/*"]
[tool.pytest.ini_options]
minversion = 6.0
addopts = "--strict-markers"
markers = [
"integration: integration tests",
]

View file

@ -1,4 +0,0 @@
[pytest]
markers =
integration: integration tests
serial