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 <nbehrnd@yahoo.com>
This commit is contained in:
Norwid Behrnd 2026-02-23 20:09:47 +01:00
parent b5021b0a8f
commit eb2d6a25b1
No known key found for this signature in database

View file

@ -45,4 +45,5 @@ jobs:
- name: verbose pytest
run: |
cd tests
python -m pytest unit_tests.py
python -m pytest unit_tests.py -v