def do_spawn(self, *args): """Spawn new bot""" self.bot = testbot() self.bot.connect('localhost', 6667, 'testbot', 'testbot', 'testbot')
def setUp(self): self.bot = testbot()