mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +03:00
added __main__ clause
This commit is contained in:
parent
ae453aa18b
commit
c581d8abfb
|
@ -16,3 +16,7 @@ class TestFilePcd(PillowTestCase):
|
|||
#target = hopper().resize((768,512))
|
||||
#self.assert_image_similar(im, target, 10)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user