Add type hints to integration tests (part 3) (#87844)
This commit is contained in:
parent
22bfb99db4
commit
fa7acb4f0d
50 changed files with 745 additions and 386 deletions
|
@ -107,7 +107,7 @@ SCALE_TEST_EXPECTED = [
|
|||
)
|
||||
def test_find_supported_scaling_factor(
|
||||
image_width, image_height, input_width, input_height, scaling_factor
|
||||
):
|
||||
) -> None:
|
||||
"""Test we always get an image of at least the size we ask if its big enough."""
|
||||
|
||||
assert (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue