8000 Max pytest verbosity · zarr-developers/zarr-python@b88cbe7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b88cbe7

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/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)
0