Ejemplo n.º 1
0
 def test_board_cell_at(self):
     board = Board(raws=10, cols=10)
     self.assertTrue(isinstance(board.cell_at(10, 10), Cell))