Skip to content

Commit b95d4aa

Browse files
committed
Add a test for missing fixtures
1 parent 568b1cf commit b95d4aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/minimal.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ jobs:
2626
conda activate minimal
2727
python -m pip install .
2828
pytest -svx
29+
- name: Fixture generation
30+
shell: "bash -l {0}"
31+
run: |
32+
conda activate minimal
33+
rm -rf fixture/
34+
pytest -svx zarr/tests/test_dim_separator.py zarr/tests/test_storage.py
35+
# This simulates fixture-less tests in conda and debian packaging

0 commit comments

Comments
 (0)