Exemple #1
0
 def test_shoot_and_game_over(self):
     game = Game()
     game.shoot()
     self.assertTrue(game.is_game_over())