from tester import * from PIL import Image def test_sanity(): im = Image.new("L", (100, 100)) assert_equal(repr(im)[:45], "