Ejemplo n.º 1
0
 def test_mutate_game_state(self):
     start = "---------"
     new = Board._mutate_game_state(start, 0, "X")
     assert new == "X--------"