Skip to content

Commit

Permalink
github: Add verbose option to integration tests
Browse files Browse the repository at this point in the history
Currently it is not possible to see which test output corresponds to
which test exactly. Now before each new test its test name is printed.

Signed-off-by: Monika Kairaityte <[email protected]>
  • Loading branch information
mokibit committed Jun 8, 2024
1 parent d905a7c commit 65d1fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 65d1fde

Please sign in to comment.