Beispiel #1
0
 def test_passes_through_other_formats(self):
     assert clean_format('MP3') == 'mp3'
Beispiel #2
0
 def test_detects_vobris_and_removes(self):
     assert clean_format('Ogg Vorbis') == 'ogg'