Merge pull request #1836 from radarhere/iptc

Removed unused test helper
This commit is contained in:
Hugo 2016-04-18 09:12:11 +03:00
commit 69b1a0e401

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