From 3fd5590158b239ee4e8b80328182b06edd2b4a51 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 2 May 2022 01:38:46 +0200 Subject: [PATCH] build(meta): Fix pytest functions name pattern --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1dbf2b2..e2dd6b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,4 +61,4 @@ [tool.pytest.ini_options] python_files = "test_*" python_classes = "*Tests" - python_function = "test_*" \ No newline at end of file + python_functions = "test_*" \ No newline at end of file