mirror of
https://github.com/novoid/filetags.git
synced 2026-06-14 03:21:19 +00:00
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:
parent
b5021b0a8f
commit
eb2d6a25b1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci_pytest.yml
vendored
1
.github/workflows/ci_pytest.yml
vendored
|
|
@ -45,4 +45,5 @@ jobs:
|
|||
- name: verbose pytest
|
||||
run: |
|
||||
cd tests
|
||||
python -m pytest unit_tests.py
|
||||
python -m pytest unit_tests.py -v
|
||||
|
|
|
|||
Loading…
Reference in a new issue