Skip to content

Commit

Permalink
added further tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikguempel committed Jun 16, 2023
1 parent 1b25a22 commit c1a37d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/safeds/data/image/containers/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def test_should_be_original(self) -> None:


class TestSharpen:
@pytest.mark.parametrize("factor", [2, 25])
@pytest.mark.parametrize("factor", [-1, 0.5, 2, 25])
def test_should_sharpen(self, factor: int) -> None:
image = Image.from_png_file(resolve_resource_path("image/sharpen/to_sharpen.png"))
image2 = image.sharpen(factor)
Expand Down

0 comments on commit c1a37d3

Please sign in to comment.