from helper import unittest, PillowTestCase, hopper from PIL import Image import os import sys class TestImage(PillowTestCase): def test_sanity(self): im = Image.new("L", (100, 100)) self.assertEqual( repr(im)[:45], "