mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-21 20:55:08 +00:00
Run full APE tests for AAC files
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from .common import CommonTests
|
||||
from .test_apev2 import CommonApeTests
|
||||
|
||||
|
||||
class AACTest(CommonTests.SimpleFormatsTestCase):
|
||||
@@ -12,6 +13,13 @@ class AACTest(CommonTests.SimpleFormatsTestCase):
|
||||
unexpected_info = ['~video']
|
||||
|
||||
|
||||
class AACWithAPETest(CommonTests.TagFormatsTestCase):
|
||||
class AACWithAPETest(CommonApeTests.ApeTestCase):
|
||||
testfile = 'test-apev2.aac'
|
||||
supports_ratings = False
|
||||
expected_info = {
|
||||
'length': 120,
|
||||
'~channels': '2',
|
||||
'~sample_rate': '44100',
|
||||
'~bitrate': '123.824',
|
||||
}
|
||||
unexpected_info = ['~video']
|
||||
|
||||
Reference in New Issue
Block a user