add slow marker
This commit is contained in:
parent
c1ebcf84c2
commit
b041145c03
2 changed files with 5 additions and 2 deletions
|
|
@ -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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue