added __main__ clause

This commit is contained in:
wiredfool 2016-02-04 04:24:47 -08:00
parent ae453aa18b
commit c581d8abfb

View File

@ -16,3 +16,7 @@ class TestFilePcd(PillowTestCase):
#target = hopper().resize((768,512))
#self.assert_image_similar(im, target, 10)
if __name__ == '__main__':
unittest.main()