From 2ac9e40a84070e6d21c38a71f13ff895c7bb3d48 Mon Sep 17 00:00:00 2001 From: Jonas Dittrich <58814480+Kakadus@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:56:40 +0200 Subject: [PATCH] add tools to pytest config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2863898bac..243215fa72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,6 +112,6 @@ ignore_missing_imports = true # pytest-xdist worked for parallelizing tests. DJANGO_SETTINGS_MODULE = "evap.settings" python_files = ["tests.py", "test_*.py", "*_tests.py"] -testpaths = ["evap"] +testpaths = ["evap", "tools"] norecursedirs=["locale", "logs", "static", "static_collected", "upload"] addopts = "--reuse-db"