⚙ pytest.ini → pyproject.toml

pull/90/head
Mike Gerber 9 months ago
parent 69325facf2
commit 84a05170ba

@ -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",
]

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