예제 #1
0
 def setUp(self):
     """ Build the Pkmn and Delegate for the test """
     self.pkmn = BuildPokemonBattleWrapper()
     self.turns = 3
     self.action = BuildAttackAction()
     self.delegate = EncoreDelegate(self.turns, 1)
예제 #2
0
 def setUp(self):
     """ Build the Pkmn and Delegate for the test """
     self.pkmn = BuildPokemonBattleWrapper()
     self.delegate = EncoreDelegate(3, 1)