Removed unused test helper

This commit is contained in:
Andrew Murray 2016-04-17 23:27:09 +10:00
parent 89901e089c
commit ecd4d5a186

View File

@ -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()