imbuf: Add regression test for PSD

Make use of recently added PSD test files to ensure loading works
correctly when we update our library dependencies.

Pull Request: https://projects.blender.org/blender/blender/pulls/123861
This commit is contained in:
Jesse Yurkovich 2024-06-27 22:34:36 +02:00 committed by Jesse Yurkovich
parent 45c03764bf
commit 5c7821fd79

@ -156,6 +156,9 @@ class ImBufLoadTest(ImBufTest):
self.check("*.webp")
def test_load_psd(self):
self.check("*.psd")
class ImBufBrokenTest(AbstractImBufTest):
@classmethod