From 55e5dfbd51924f1f23e5a651d830206be01e376c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 16 May 2024 16:57:14 +0100 Subject: wip: starting to test feature resource functionality with factories --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 55b6a45..fad8512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # ==== pytest ==== [tool.pytest.ini_options] minversion = "6.0" -addopts = "--ds=config.settings.test --reuse-db --import-mode=importlib" +addopts = "-rP --ds=config.settings.test --reuse-db --import-mode=importlib" python_files = [ "tests.py", "test_*.py", -- cgit v1.2.3