Skip to content

Commit

Permalink
full coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vigji committed Mar 23, 2021
1 parent a87e8c2 commit 4019b5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added tests/assets/nodict.h5
Binary file not shown.
1 change: 1 addition & 0 deletions tests/test_napari_split_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def test_dir_reader(path, expected):
(ASSETS_PATH / "array.h5", ndarray),
(ASSETS_PATH / "dict_stack.h5", ndarray),
(ASSETS_PATH / "dict_shift.h5", type(None)),
(ASSETS_PATH / "nodict.h5", type(None)),
],
)
def test_h5_reader(path, expected):
Expand Down

0 comments on commit 4019b5f

Please sign in to comment.