rename test

This commit is contained in:
Alexey Buzanov 2014-08-20 10:39:11 +04:00
parent f94b6b4025
commit 5dd0d377c9

View File

@ -3,9 +3,9 @@ from helper import unittest, PillowTestCase
from PIL import Image
class TestFileSun(PillowTestCase):
class TestFileTga(PillowTestCase):
def test_sanity(self):
def test_id_field(self):
# tga file with id field
test_file = "Tests/images/tga_id_field.tga"
@ -18,5 +18,3 @@ class TestFileSun(PillowTestCase):
if __name__ == '__main__':
unittest.main()
# End of file