mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Removed debugging code
This commit is contained in:
parent
a99ce5a2a3
commit
844b812ebd
|
@ -248,9 +248,7 @@ class TestImageFont(PillowTestCase):
|
|||
|
||||
target = 'Tests/images/multiline_text_spacing.png'
|
||||
target_img = Image.open(target)
|
||||
from PIL import ImageChops
|
||||
|
||||
ImageChops.difference(im, target_img).save('multiline.png')
|
||||
# Epsilon ~.5 fails with FreeType 2.7
|
||||
self.assert_image_similar(im, target_img, self.metrics['multiline'])
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user