mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Removed unused test helper
This commit is contained in:
parent
89901e089c
commit
ecd4d5a186
|
@ -7,18 +7,6 @@ TEST_FILE = "Tests/images/iptc.jpg"
|
|||
|
||||
class TestFileIptc(PillowTestCase):
|
||||
|
||||
# Helpers
|
||||
|
||||
def dummy_IptcImagePlugin(self):
|
||||
# Create an IptcImagePlugin object without initializing it
|
||||
class FakeImage(object):
|
||||
pass
|
||||
im = FakeImage()
|
||||
im.__class__ = IptcImagePlugin.IptcImageFile
|
||||
return im
|
||||
|
||||
# Tests
|
||||
|
||||
def test_getiptcinfo_jpg_none(self):
|
||||
# Arrange
|
||||
im = hopper()
|
||||
|
|
Loading…
Reference in New Issue
Block a user