Run pytest with more output

This commit is contained in:
Rebecca Breu 2021-04-03 17:58:03 +02:00
parent 5c4b23518e
commit 7f63000d01

View file

@ -22,4 +22,4 @@ jobs:
pip install pytest
- name: Run Unittests with pytest
run: |
xvfb-run pytest .
xvfb-run pytest -v -s .