Merge pull request from mokibit/github-verbose-integration-tests

github: Add verbose option to integration tests
This commit is contained in:
Povilas Kanapickas
2024-06-08 20:15:13 +03:00
committed by GitHub

@ -28,7 +28,7 @@ jobs:
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
- name: Run tests in tests/
run: |
python -m unittest tests/*.py
python -m unittest -v tests/*.py
env:
TESTS_DEBUG: 1
- name: Run tests in pytests/