mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
Prettify pytest output
This commit is contained in:
2
.github/workflows/tests-core.yaml
vendored
2
.github/workflows/tests-core.yaml
vendored
@@ -31,4 +31,4 @@ jobs:
|
||||
pip install .
|
||||
- name: Run Core Tests
|
||||
run: |
|
||||
pytest -m "not download"
|
||||
pytest -ra -v -m "not download"
|
||||
|
||||
2
.github/workflows/tests-download.yaml
vendored
2
.github/workflows/tests-download.yaml
vendored
@@ -47,4 +47,4 @@ jobs:
|
||||
pip install .
|
||||
- name: Run Download Tests
|
||||
run: |
|
||||
pytest -m "download"
|
||||
pytest -ra -v -m "download"
|
||||
|
||||
Reference in New Issue
Block a user