From 37062ad5026c3574e1ee4ce08ca564436058b17b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 2 Dec 2023 13:44:43 +0100 Subject: [PATCH] add pytest arguments to make pytest usable for testing the actual code base --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 057345b..6912f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,4 +19,5 @@ line-length = 120 target-version = "py311" [tool.pytest.ini_options] -python_functions = "test_* setup_*" \ No newline at end of file +python_functions = "test_* setup_*" +norecursedirs = "previous-work src" \ No newline at end of file