Example #1
0
 def test_get_srt_file_path(self):
     subtitle = Undertest.load_subrip(self.__srt_file_path)
     self.assertEqual(self.__srt_file_path, subtitle.subtitle_file_path)
Example #2
0
 def test_load_srt_subs(self):
     subtitle = Undertest.load_subrip(self.__srt_file_path)
     self.assertGreater(len(subtitle.subs), 0)