mirror of
https://github.com/beetbox/beets.git
synced 2025-12-17 22:23:16 +01:00
Enable EmbedartCliTest
This commit is contained in:
parent
1163645604
commit
0089fb430a
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue