Pillow/test/mini.py
2014-06-05 16:13:58 +03:00

5 lines
140 B
Python

from test_image_putpixel import TestImagePutPixel as put
from test_image_getpixel import TestImageGetPixel as get
dir(get)
get.test_basic()