()
| 18 | assert locne.y == 3, locne.y |
| 19 | |
| 20 | def test_controller(): |
| 21 | c = bc.GameController.new_manager(bc.GameMap.test_map()) |
| 22 | print(c.start_game(bc.Player(bc.Team.Red, bc.Planet.Earth)).to_json()) |
nothing calls this directly
no test coverage detected