示例#1
0
 def test_history_assignment(self):
     player = Player()
     with self.assertRaises(AttributeError):
         player.history = []