Skip to content

Commit

Permalink
Added expected test image
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 4, 2023
1 parent 8c5d5c7 commit c1b3c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added Tests/images/bc4_unorm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Tests/test_file_dds.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def test_dx10_bc4():
assert im.mode == "L"
assert im.size == (64, 64)

assert_image_equal_tofile(im, TEST_FILE_DX10_BC4_UNORM.replace(".dds", ".png"))


@pytest.mark.parametrize(
"image_path",
Expand Down

0 comments on commit c1b3c34

Please sign in to comment.