Merge pull request #3222 from danpla/tga-test-sanity-la

Add LA to TGA test modes
This commit is contained in:
Hugo 2018-07-02 22:23:57 +03:00 committed by GitHub
commit a344e7ee4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ _TGA_DIR_COMMON = os.path.join(_TGA_DIR, "common")
class TestFileTga(PillowTestCase):
_MODES = ("L", "P", "RGB", "RGBA")
_MODES = ("L", "LA", "P", "RGB", "RGBA")
_ORIGINS = ("tl", "bl")
_ORIGIN_TO_ORIENTATION = {