From a5d2eaa3f8b5e70d45d4dec016b39982a0046df2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 15 Dec 2023 15:53:08 +0100 Subject: [PATCH] remove python_functions, it is not discovered in all cases. this is a bad solution. rename everything to test_ instead --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6708c04..0a2ed00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,6 @@ line-length = 120 target-version = "py311" [tool.pytest.ini_options] -python_functions = "setup_* test_* cleanup_*" norecursedirs = ".* previous-work recipes" testpaths = "tests" markers = [