From 9163671aec836722f20b4db730d3f8674bbbd920 Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Fri, 24 Nov 2023 12:58:25 +0100 Subject: [PATCH] update pytest parameter to enable parallel testing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ace3108..1eeb2631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ namespaces = true # enable data directory to be identified [tool.pytest.ini_options] minversion = "6.0" -addopts = "-ra -q" +addopts = "-ra -n auto" # -ra: show summary info for all test outcomes; -n auto: run tests in parallel testpaths = ["tests"] [tool.coverage.run]