From ec748398fbf9dc45bd0815fdaa54378dd9f6a44b Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 30 Nov 2023 19:30:24 +0100 Subject: [PATCH] also discover functions as tests that have setup_ naming --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6f9e14..057345b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,4 +19,4 @@ line-length = 120 target-version = "py311" [tool.pytest.ini_options] -python_files = "test_*.py setup*.py" \ No newline at end of file +python_functions = "test_* setup_*" \ No newline at end of file