Add support for automated tests.

This commit is contained in:
Sophist
2015-10-15 10:51:20 +01:00
parent 07b8f71a27
commit 2d932e3bba

View File

@@ -137,6 +137,7 @@ class FLACTest(FormatsTest):
'comment:foo': 'Foo',
'genre': 'Foo',
'bpm': '80',
'key': 'E#m',
'mood': 'Foo',
'isrc': 'Foo',
'copyright': 'Foo',
@@ -206,6 +207,7 @@ class WMATest(FormatsTest):
#'comment:foo': 'Foo',
'genre': 'Foo',
'bpm': '80',
'key': 'E#m',
'mood': 'Foo',
'isrc': 'Foo',
'copyright': 'Foo',
@@ -275,6 +277,7 @@ class MP3Test(FormatsTest):
'comment:foo': 'Foo',
'genre': 'Foo',
'bpm': '80',
'key': 'E#m',
'mood': 'Foo',
'isrc': 'Foo',
'copyright': 'Foo',
@@ -342,6 +345,7 @@ class TTATest(FormatsTest):
'comment:foo': 'Foo',
'genre': 'Foo',
'bpm': '80',
'key': 'E#m',
'mood': 'Foo',
'isrc': 'Foo',
'copyright': 'Foo',
@@ -410,6 +414,7 @@ if picard.formats.AiffFile:
'comment:foo': 'Foo',
'genre': 'Foo',
'bpm': '80',
'key': 'E#m',
'mood': 'Foo',
'isrc': 'Foo',
'copyright': 'Foo',
@@ -477,6 +482,7 @@ class OggVorbisTest(FormatsTest):
'comment:foo': 'Foo',
'genre': 'Foo',
'bpm': '80',
'key': 'E#m',
'mood': 'Foo',
'isrc': 'Foo',
'copyright': 'Foo',
@@ -545,6 +551,7 @@ class MP4Test(FormatsTest):
#'comment:foo': 'Foo',
'genre': 'Foo',
'bpm': '80',
'key': 'E#m',
'mood': 'Foo',
'isrc': 'Foo',
'copyright': 'Foo',
@@ -612,6 +619,7 @@ class WavPackTest(FormatsTest):
'comment:foo': 'Foo',
'genre': 'Foo',
'bpm': '80',
'key': 'E#m',
'mood': 'Foo',
'isrc': 'Foo',
'copyright': 'Foo',
@@ -679,6 +687,7 @@ class MusepackSV7Test(FormatsTest):
'comment:foo': 'Foo',
'genre': 'Foo',
'bpm': '80',
'key': 'E#m',
'mood': 'Foo',
'isrc': 'Foo',
'copyright': 'Foo',
@@ -746,6 +755,7 @@ class MusepackSV8Test(FormatsTest):
'comment:foo': 'Foo',
'genre': 'Foo',
'bpm': '80',
'key': 'E#m',
'mood': 'Foo',
'isrc': 'Foo',
'copyright': 'Foo',