From eb2d6a25b1bf4cddc21668e42b25f3323cf22766 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Mon, 23 Feb 2026 20:09:47 +0100 Subject: [PATCH] test(ci_pytest.yml): add brief reporter line For a better overview / count of failed tests over all tests, pytest now is requested to run twice: once the short line of dots, F, E, etc; and once at verbosity level one. Signed-off-by: Norwid Behrnd --- .github/workflows/ci_pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_pytest.yml b/.github/workflows/ci_pytest.yml index 1286b12..7352d66 100644 --- a/.github/workflows/ci_pytest.yml +++ b/.github/workflows/ci_pytest.yml @@ -45,4 +45,5 @@ jobs: - name: verbose pytest run: | cd tests + python -m pytest unit_tests.py python -m pytest unit_tests.py -v