def tearDown(self): self.client.graceful_stop(DEFAULT_TIMEOUT) smock.cleanup() conf_from_dict({}) assert self.used_run_crawler == True, \ u"You supposed to run `self.run_crawler` in `RobotsTestCase` tests."
def tearDown(self): self.manager.close() smock.cleanup() conf_from_dict({})
def tearDown(self): self.client.graceful_stop(DEFAULT_TIMEOUT) smock.cleanup() conf_from_dict({})