MCPcopy Create free account
hub / github.com/Screenly/Anthias / test_needs_image_normalisation

Function test_needs_image_normalisation

tests/test_processing.py:1937–1938  ·  view source on GitHub ↗
(filename: str, expected: bool)

Source from the content-addressed store, hash-verified

1935 ],
1936)
1937def test_needs_image_normalisation(filename: str, expected: bool) -> None:
1938 assert processing.needs_image_normalisation(filename) is expected
1939
1940
1941def test_dispatch_normalize_image_invokes_celery_task() -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected