def test_passes_through_other_formats(self): assert clean_format('MP3') == 'mp3'
def test_detects_vobris_and_removes(self): assert clean_format('Ogg Vorbis') == 'ogg'