コード例 #1
0
 def test_no_ratio(self, m):
     with self.assertRaises(ThumbVideoError):
         get_video_thumb('foo')
コード例 #2
0
ファイル: files.py プロジェクト: yokonjuan/telegram-upload
def get_file_thumb(file):
    if get_file_mime(file) == 'video':
        return get_video_thumb(file)
コード例 #3
0
 def test_video_thumb(self, m1, m2, m3):
     get_video_thumb('foo')