mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
fix test function name for autocontrast
This commit is contained in:
parent
f73d238cd2
commit
8913166c7e
|
@ -337,7 +337,7 @@ def test_autocontrast_mask_toy_input():
|
||||||
assert ImageStat.Stat(result_nomask).median == [128]
|
assert ImageStat.Stat(result_nomask).median == [128]
|
||||||
|
|
||||||
|
|
||||||
def test_auto_contrast_mask_real_input():
|
def test_autocontrast_mask_real_input():
|
||||||
# Test the autocontrast with a rectangular mask
|
# Test the autocontrast with a rectangular mask
|
||||||
with Image.open("Tests/images/iptc.jpg") as img:
|
with Image.open("Tests/images/iptc.jpg") as img:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user