Enable EmbedartCliTest

This commit is contained in:
Šarūnas Nejus 2024-07-15 13:17:21 +01:00
parent 1163645604
commit 0089fb430a
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -40,7 +40,7 @@ def require_artresizer_compare(test):
return wrapper
class EmbedartCliTest(TestHelper, FetchImageHelper):
class EmbedartCliTest(TestHelper, FetchImageHelper, unittest.TestCase):
small_artpath = os.path.join(_common.RSRC, b"image-2x3.jpg")
abbey_artpath = os.path.join(_common.RSRC, b"abbey.jpg")
abbey_similarpath = os.path.join(_common.RSRC, b"abbey-similar.jpg")