Added -v to pytest
This commit is contained in:
parent
ce73c9cab8
commit
8be6a98c32
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -32,4 +32,4 @@ jobs:
|
|||||||
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
python -m pytest tests/
|
python -m pytest -v tests/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user