Closed Synchronicity89 closed 5 years ago
` self =
def test_054(self): """ Images - image types """ # gif - grayscale images = Images('foo', ['files/8rgb.gif'], 0, config=['grayscale']) self.assertEqual(images.count, 1) # gay tiff - color images = Images('foo', ['files/16gray.tif'], 0, config=['16bpp'])
self.assertEqual(images.count, 1) E AssertionError: 0 != 1
self.assertEqual(images.count, 1)
E AssertionError: 0 != 1
image_test.py:4604: AssertionError`
Thanks, loaded the missing image.
` self =
image_test.py:4604: AssertionError`