Пример #1
0
 def test_find_path_none(self):
     found = search.find_path(g5, paths)
     self.assertFalse(found)
Пример #2
0
 def test_find_path(self):
     found = search.find_path(g3, paths)
     self.assertEqual(p3, found)