Exemplo n.º 1
0
 def test_case_55(self):
     self.assertEqual(
         run(
             readFileContent(
                 'C:/Users/jiafu.li/PyCharmProjects/AStar_Algorithm/testcase/55.in'
             )), 810595)
Exemplo n.º 2
0
 def test_case_14(self):
     self.assertEqual(
         run(
             readFileContent(
                 'C:/Users/jiafu.li/PyCharmProjects/AStar_Algorithm/testcase/14.in'
             )), 11718)
Exemplo n.º 3
0
 def test_case_43(self):
     self.assertEqual(
         run(
             readFileContent(
                 'C:/Users/jiafu.li/PyCharmProjects/AStar_Algorithm/testcase/43.in'
             )), 203073)