Skip to content

Commit 1c2ad4f

Browse files
committed
add test
1 parent 7a95150 commit 1c2ad4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

zarr/tests/test_convenience.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,3 +314,9 @@ def test_copy_h5py_zarr():
314314
def test_copy_zarr_h5py():
315315
# zarr -> h5py
316316
_test_copy(group, temp_h5f)
317+
318+
319+
@pytest.mark.skipif(not have_h5py, reason='h5py not installed')
320+
def test_copy_h5py_h5py():
321+
# zarr -> h5py
322+
_test_copy(temp_h5f, temp_h5f)

0 commit comments

Comments
 (0)