示例#1
0
 def test_can_reach_normal(self):
     knight = Knight(self.white, (0, 0))
     self.assertTrue(knight.can_reach(self.board, (1, 2)))