mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-08 01:43:42 +03:00
rename test
This commit is contained in:
parent
f94b6b4025
commit
5dd0d377c9
|
@ -3,9 +3,9 @@ from helper import unittest, PillowTestCase
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
|
|
||||||
class TestFileSun(PillowTestCase):
|
class TestFileTga(PillowTestCase):
|
||||||
|
|
||||||
def test_sanity(self):
|
def test_id_field(self):
|
||||||
# tga file with id field
|
# tga file with id field
|
||||||
test_file = "Tests/images/tga_id_field.tga"
|
test_file = "Tests/images/tga_id_field.tga"
|
||||||
|
|
||||||
|
@ -18,5 +18,3 @@ class TestFileSun(PillowTestCase):
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
||||||
# End of file
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user