python-pillow / Pillow

Python Imaging Library (Fork)
https://python-pillow.org
Other
12.35k stars 2.24k forks source link

Parametrize some color_lut tests for DRYness #8290

Closed akx closed 3 months ago

akx commented 3 months ago

Refs #8279.

These tests were doing the same repeated call with slightly differing arguments, so might as well use parametrize for less repetition (and so #8279 wouldn't need as many asserts).

I can rebase this afterwards if #8279 should get merged first :)

hugovk commented 3 months ago

Thanks!