Prettify pytest output

pull/163/head
Patrick Robertson 2025-01-13 18:41:24 +01:00
rodzic 52f064908e
commit b9aea99de8
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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