コード例 #1
0
ファイル: test_dfxp.py プロジェクト: bendk/babelsubs
    def test_wrong_format(self):

        with self.assertRaises(SubtitleParserError):
            DFXPParser.parse(SRT_TEXT)
コード例 #2
0
ファイル: test_dfxp.py プロジェクト: Yitzchok/babelsubs
    def test_wrong_format(self):

        with self.assertRaises(SubtitleParserError):
            DFXPParser.parse(SRT_TEXT)