Prettify pytest output

This commit is contained in:
Patrick Robertson
2025-01-13 18:41:24 +01:00
parent 52f064908e
commit b9aea99de8
2 changed files with 2 additions and 2 deletions

View File

@@ -31,4 +31,4 @@ jobs:
pip install .
- name: Run Core Tests
run: |
pytest -m "not download"
pytest -ra -v -m "not download"

View File

@@ -47,4 +47,4 @@ jobs:
pip install .
- name: Run Download Tests
run: |
pytest -m "download"
pytest -ra -v -m "download"