This commit is contained in:
Hugo 2018-09-26 13:58:15 +03:00 committed by GitHub
parent 66207b47bc
commit 36baea18ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ from helper import unittest, PillowTestCase, hopper
from PIL import Image from PIL import Image
class TestImageCrop(PillowTestCase): class TestImageCrop(PillowTestCase):
def test_crop(self): def test_crop(self):