Added -v to pytest

This commit is contained in:
Rhet Turnbull
2022-02-27 16:39:12 -08:00
committed by GitHub
parent ce73c9cab8
commit 8be6a98c32

View File

@@ -32,4 +32,4 @@ jobs:
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
python -m pytest tests/
python -m pytest -v tests/