(filename: str, expected: bool)
| 1935 | ], |
| 1936 | ) |
| 1937 | def test_needs_image_normalisation(filename: str, expected: bool) -> None: |
| 1938 | assert processing.needs_image_normalisation(filename) is expected |
| 1939 | |
| 1940 | |
| 1941 | def test_dispatch_normalize_image_invokes_celery_task() -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected