Exemplo n.º 1
0
 def test_get_sami_file_path(self):
     subtitle = Undertest.load_sami(self.__sami_file_path)
     self.assertEqual(self.__sami_file_path, subtitle.subtitle_file_path)
Exemplo n.º 2
0
 def test_load_sami_subs(self):
     subtitle = Undertest.load_sami(self.__sami_file_path)
     self.assertGreater(len(subtitle.subs), 0)