Add type hints to integration tests (part 3) (#87844)

This commit is contained in:
epenet 2023-02-10 16:05:01 +01:00 committed by GitHub
parent 22bfb99db4
commit fa7acb4f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 745 additions and 386 deletions

View file

@ -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 (