Ejemplo n.º 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)
Ejemplo n.º 2
0
 def setUp(self):
     """ Build the Pkmn and Delegate for the test """
     self.pkmn = BuildPokemonBattleWrapper()
     self.delegate = EncoreDelegate(3, 1)