Skip to content

Commit

Permalink
test get_Image
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMonko committed Sep 15, 2024
1 parent a965b0a commit 53626b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/napari_ndev/_tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@
get_directory_and_files,
get_squeezed_dim_order,
setup_logger,
get_Image,
)

# from bioio.readers import Reader
def test_get_Image():
file = Path(
'./src/napari_ndev/_tests/resources/Workflow/Images/cells3d2ch.tiff'
)
img = get_Image(file)
assert isinstance(img, BioImage)


def test_check_for_missing_files_path(tmp_path):
Expand Down

0 comments on commit 53626b0

Please sign in to comment.