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:
parent
69325facf2
commit
84a05170ba
2 changed files with 8 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue