diff options
Diffstat (limited to 'Lib/test/test_imghdr.py')
-rw-r--r-- | Lib/test/test_imghdr.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_imghdr.py b/Lib/test/test_imghdr.py index e2a1aca..b54daf8 100644 --- a/Lib/test/test_imghdr.py +++ b/Lib/test/test_imghdr.py @@ -18,6 +18,7 @@ TEST_FILES = ( ('python.tiff', 'tiff'), ('python.xbm', 'xbm'), ('python.webp', 'webp'), + ('python.exr', 'exr'), ) class UnseekableIO(io.FileIO): |