示例#1
0
 def  setUp(self):
     """ Build the *** for the test """
     self.pkmn = BuildPokemon()
     self.copy = PokemonFactory.copy(self.pkmn)
 def setPkmn(self, pkmn):
     """ Set the PkmnBattleWrapper's Pokemon """
     self.original = pkmn
     self.pkmn = PokemonFactory.copy(pkmn)