mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Fix typos
This commit is contained in:
parent
8b649d6e79
commit
1242b77872
|
@ -2,7 +2,6 @@ from helper import unittest, PillowTestCase
|
|||
|
||||
from PIL import Image, FliImagePlugin
|
||||
|
||||
# sample ppm stream
|
||||
# created as an export of a palette image from Gimp2.6
|
||||
# save as...-> hopper.fli, default options.
|
||||
test_file = "Tests/images/hopper.fli"
|
||||
|
|
|
@ -3,7 +3,6 @@ from helper import unittest, PillowTestCase, hopper
|
|||
import io
|
||||
from PIL import Image, IcoImagePlugin
|
||||
|
||||
# sample ppm stream
|
||||
TEST_ICO_FILE = "Tests/images/hopper.ico"
|
||||
|
||||
|
||||
|
|
|
@ -2,11 +2,10 @@ from helper import hopper, unittest, PillowTestCase
|
|||
|
||||
from PIL import Image, PixarImagePlugin
|
||||
|
||||
# sample ppm stream
|
||||
TEST_FILE = "Tests/images/hopper.pxr"
|
||||
|
||||
|
||||
class TestImagePsd(PillowTestCase):
|
||||
class TestFilePixar(PillowTestCase):
|
||||
|
||||
def test_sanity(self):
|
||||
im = Image.open(TEST_FILE)
|
||||
|
|
|
@ -2,7 +2,6 @@ from helper import hopper, unittest, PillowTestCase
|
|||
|
||||
from PIL import Image, PsdImagePlugin
|
||||
|
||||
# sample ppm stream
|
||||
test_file = "Tests/images/hopper.psd"
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ from helper import unittest, PillowTestCase, hopper
|
|||
|
||||
from PIL import Image, XpmImagePlugin
|
||||
|
||||
# sample ppm stream
|
||||
TEST_FILE = "Tests/images/hopper.xpm"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user