diff options
| author | jvoisin | 2018-10-11 18:15:11 +0200 |
|---|---|---|
| committer | jvoisin | 2018-10-11 18:15:11 +0200 |
| commit | b2e153b69caac208fb1821e2f21436a2f0487188 (patch) | |
| tree | f728430629835f0a7fb2b7c3538df8da42494453 /tests/test_libmat2.py | |
| parent | 35dca4bf1cb4d47ea39b844db599eccfe40288bb (diff) | |
Delete pictures of FLAC files
Diffstat (limited to '')
| -rw-r--r-- | tests/test_libmat2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py index 957503d..2f7d0c5 100644 --- a/tests/test_libmat2.py +++ b/tests/test_libmat2.py | |||
| @@ -96,6 +96,7 @@ class TestGetMeta(unittest.TestCase): | |||
| 96 | p = audio.FLACParser('./tests/data/dirty.flac') | 96 | p = audio.FLACParser('./tests/data/dirty.flac') |
| 97 | meta = p.get_meta() | 97 | meta = p.get_meta() |
| 98 | self.assertEqual(meta['title'], 'I am so') | 98 | self.assertEqual(meta['title'], 'I am so') |
| 99 | self.assertEqual(meta['Picture'], 'Cover') | ||
| 99 | 100 | ||
| 100 | def test_docx(self): | 101 | def test_docx(self): |
| 101 | p = office.MSOfficeParser('./tests/data/dirty.docx') | 102 | p = office.MSOfficeParser('./tests/data/dirty.docx') |
