Beispiel #1
0
 def setUp(self):
     """ Builds the delegate and pkmn for use in the tests """
     self.user = BuildPokemonBattleWrapper(pkmn = "CHARMANDER")
     self.target = BuildPokemonBattleWrapper(pkmn = "CHARMANDER")
     self.target2 = BuildPokemonBattleWrapper(pkmn = "BULBASAUR")
     
     self.delegate = LeechDelegate("", "", "FIRE")
Beispiel #2
0
 def setUp(self):
     """ Builds the delegate and pkmn for use in the tests """
     self.wrapper = BuildPokemonBattleWrapper()
     self.delegate = LeechDelegate("", "", "FIRE")
     self.leech = Leech(None, "")
     self.otherLeech = Leech(None, "other.")