show capture

This commit is contained in:
msramalho
2022-06-21 12:21:47 +02:00
parent 59d53be68b
commit 72bd951d9c

View File

@@ -35,7 +35,7 @@ jobs:
task: # --show-capture=no on purpose
- name: Test
run: |
pytest --show-capture=no --color=yes tests/
pytest --color=yes tests/
include:
- python: '3.10'