diff --git a/pyproject.toml b/pyproject.toml index 9bf9361..9bd455e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" \ No newline at end of file