From 15be273c0824c6b663cba968063c031e83dc5c32 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 Dec 2023 18:43:11 +0100 Subject: [PATCH] also find files of name cleanup_ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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