From 890e439b316b6ca14346f9bd59d71bffa9dcd4c4 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Mon, 15 Jul 2024 08:07:02 +0200 Subject: [PATCH] chore: update pytest testpaths config --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b561c4cdc3..29144702f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -188,8 +188,7 @@ rest_framework = ["rest_framework"] [tool.pytest.ini_options] DJANGO_SETTINGS_MODULE = "config.settings" -testpaths = ["rdmo"] -python_files = "test_*.py" +testpaths = ["rdmo/*/tests"] pythonpath = [".", "testing"] addopts = '-p no:randomly -m "not e2e"' markers = [