Skip to content

Commit de9baa1

Browse files
committed
Verbose pytest output.
1 parent 449197e commit de9baa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Test with pytest
126126
run: |
127127
cd ${CLAW}/pyclaw
128-
coverage run --source=src -m pytest --ignore=development -k "not test_shallow_sphere"
128+
coverage run --source=src -m pytest -vv --showlocals --ignore=development -k "not test_shallow_sphere"
129129
130130
- name: Upload to Coveralls
131131
if: always()

0 commit comments

Comments
 (0)