From a06b9aa1f6f2119735abdf25182768cac52ce522 Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:23:50 -0700 Subject: [PATCH] fix: add parallel testing for pytest (#145) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5839cd79..ac9b0c96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ test=pytest [tool:pytest] xfail_strict = true # removing pytest-xdist config currently since that conflicts with -s option in --mock-level=LEAST tests -addopts = --verbose +addopts = --verbose -n auto --durations=0 --durations-min=1 testpaths = test/unit_tests