mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Merge pull request #1836 from radarhere/iptc
Removed unused test helper
This commit is contained in:
commit
69b1a0e401
|
@ -7,18 +7,6 @@ TEST_FILE = "Tests/images/iptc.jpg"
|
||||||
|
|
||||||
class TestFileIptc(PillowTestCase):
|
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):
|
def test_getiptcinfo_jpg_none(self):
|
||||||
# Arrange
|
# Arrange
|
||||||
im = hopper()
|
im = hopper()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user