kopia lustrzana https://github.com/bellingcat/auto-archiver
Prettify pytest output
rodzic
52f064908e
commit
b9aea99de8
|
@ -31,4 +31,4 @@ jobs:
|
||||||
pip install .
|
pip install .
|
||||||
- name: Run Core Tests
|
- name: Run Core Tests
|
||||||
run: |
|
run: |
|
||||||
pytest -m "not download"
|
pytest -ra -v -m "not download"
|
||||||
|
|
|
@ -47,4 +47,4 @@ jobs:
|
||||||
pip install .
|
pip install .
|
||||||
- name: Run Download Tests
|
- name: Run Download Tests
|
||||||
run: |
|
run: |
|
||||||
pytest -m "download"
|
pytest -ra -v -m "download"
|
||||||
|
|
Ładowanie…
Reference in New Issue