add slow marker

This commit is contained in:
Daniel 2023-12-09 15:26:24 +01:00
parent c1ebcf84c2
commit b041145c03
2 changed files with 5 additions and 2 deletions

View file

@ -52,4 +52,7 @@ target-version = "py311"
[tool.pytest.ini_options]
python_functions = "setup_* test_* cleanup_*"
norecursedirs = ".* previous-work recipes"
testpaths = "tests"
testpaths = "tests"
markers = [
"slow: marks tests as slow",
]