Index: b/test/formats/test_id3.py =================================================================== --- a/test/formats/test_id3.py +++ b/test/formats/test_id3.py @@ -266,5 +266,5 @@ def test_rename_txxx_tags(self): file_path = os.path.join('test', 'data', 'test-id3-rename-tags.mp3') - filename = self.copy_file_tmp(file_path, 'mp3') + filename = self.copy_file_tmp(file_path, '.mp3') raw_metadata = load_raw(filename) self.assertIn('TXXX:Artists', raw_metadata)
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/egg.scm
AgeCommit message (Expand)Author
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-14tests: Adjust tests/egg.scm to latest API changes....Ludovic Courtès
2021-07-20import: egg: Emit new-style package inputs....Sarah Morgensen
2021-06-03import: Add CHICKEN egg importer....Xinglu Chen