Make tests verbose

This commit is contained in:
Wes Barnett 2021-02-14 16:50:35 -05:00
parent cfd636401e
commit 8ceb5ef133
No known key found for this signature in database
GPG key ID: 1070BCC98C18BD66

View file

@ -19,4 +19,4 @@ jobs:
- name: Install dependencies
run: python -m pip install --upgrade pip pytest
- name: Run tests with pytest
run: pytest tests.py
run: pytest -v tests.py