Skip to content

Commit ea83d93

Browse files
committed
Max pytest verbosity
1 parent 24039e8 commit ea83d93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/minimal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
run: |
2626
conda activate minimal
2727
python -m pip install .
28-
pytest -svx
28+
pytest -svvvx
2929
- name: Fixture generation
3030
shell: "bash -l {0}"
3131
run: |
3232
conda activate minimal
3333
rm -rf fixture/
34-
pytest -svx zarr/tests/test_dim_separator.py zarr/tests/test_storage.py
34+
pytest -svvvx zarr/tests/test_dim_separator.py zarr/tests/test_storage.py
3535
# This simulates fixture-less tests in conda and debian packaging

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
conda activate zarr-env
7474
mkdir ~/blob_emulator
7575
azurite -l ~/blob_emulator --debug debug.log 2>&1 > stdouterr.log &
76-
pytest --cov=zarr --cov-config=.coveragerc --doctest-plus --cov-report xml --cov=./
76+
pytest -vvv --cov=zarr --cov-config=.coveragerc --doctest-plus --cov-report xml --cov=./
7777
- uses: codecov/codecov-action@v1
7878
with:
7979
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

.github/workflows/windows-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
conda activate zarr-env
4949
mkdir ~/blob_emulator
5050
azurite -l ~/blob_emulator --debug debug.log 2>&1 > stdouterr.log &
51-
pytest -sv --timeout=300
51+
pytest -svvv --timeout=300
5252
env:
5353
ZARR_TEST_ABS: 1
5454
- name: Conda info

0 commit comments

Comments
 (0)