コード例 #1
0
ファイル: test_utils.py プロジェクト: recordsonribs/femur
 def test_passes_through_other_formats(self):
     assert clean_format('MP3') == 'mp3'
コード例 #2
0
ファイル: test_utils.py プロジェクト: recordsonribs/femur
 def test_detects_vobris_and_removes(self):
     assert clean_format('Ogg Vorbis') == 'ogg'