also find files of name cleanup_

This commit is contained in:
Daniel 2023-12-08 18:43:11 +01:00
parent 47a829044c
commit 15be273c08

View file

@ -49,6 +49,6 @@ line-length = 120
target-version = "py311"
[tool.pytest.ini_options]
python_functions = "test_* setup_*"
python_functions = "setup_* test_* cleanup_*"
norecursedirs = ".* previous-work recipes"
testpaths = "tests"