Delete pictures of FLAC files
This commit is contained in:
parent
35dca4bf1c
commit
b2e153b69c
3 changed files with 15 additions and 0 deletions
|
@ -96,6 +96,7 @@ class TestGetMeta(unittest.TestCase):
|
|||
p = audio.FLACParser('./tests/data/dirty.flac')
|
||||
meta = p.get_meta()
|
||||
self.assertEqual(meta['title'], 'I am so')
|
||||
self.assertEqual(meta['Picture'], 'Cover')
|
||||
|
||||
def test_docx(self):
|
||||
p = office.MSOfficeParser('./tests/data/dirty.docx')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue