Skip to content

Commit

Permalink
add test for helper.hopper()
Browse files Browse the repository at this point in the history
  • Loading branch information
Yay295 committed Jun 11, 2023
1 parent 1bf9d2f commit 7317e58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tests/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
image_mode_names = [name for name, num_bands, pixelsize in image_modes]


@pytest.mark.parametrize("mode", image_mode_names)
def test_hopper_helper(mode):
hopper(mode)


class TestImage:
@pytest.mark.parametrize("mode", image_mode_names)
def test_image_modes_success(self, mode):
Expand Down

0 comments on commit 7317e58

Please sign in to comment.