narrow down pytest search dirs to reduce execution time, especially in docker

This commit is contained in:
Daniel 2023-12-06 11:59:45 +01:00
parent f17c220cb1
commit b220bc7d7e

View file

@ -20,4 +20,5 @@ target-version = "py311"
[tool.pytest.ini_options] [tool.pytest.ini_options]
python_functions = "test_* setup_*" python_functions = "test_* setup_*"
norecursedirs = "previous-work recipes" norecursedirs = ".* previous-work recipes"
testpaths = "tests"