mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Updated docstrings
This commit is contained in:
parent
9e5ff7600e
commit
2eddbc5994
|
@ -42,7 +42,7 @@ TEST_FILE_UNCOMPRESSED_RGB_WITH_ALPHA = "Tests/images/uncompressed_rgb.dds"
|
|||
),
|
||||
)
|
||||
def test_sanity_dxt1_bc1(image_path):
|
||||
"""Check DXT1 images can be opened"""
|
||||
"""Check DXT1 and BC1 images can be opened"""
|
||||
with Image.open(TEST_FILE_DXT1.replace(".dds", ".png")) as target:
|
||||
target = target.convert("RGBA")
|
||||
with Image.open(image_path) as im:
|
||||
|
@ -90,7 +90,7 @@ def test_sanity_dxt5():
|
|||
),
|
||||
)
|
||||
def test_sanity_ati1_bc4u(image_path):
|
||||
"""Check ATI1 images can be opened"""
|
||||
"""Check ATI1 and BC4U images can be opened"""
|
||||
|
||||
with Image.open(image_path) as im:
|
||||
im.load()
|
||||
|
|
Loading…
Reference in New Issue
Block a user