예제 #1
0
파일: tests.py 프로젝트: GunioRobot/heroshi
    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."
예제 #2
0
파일: tests.py 프로젝트: GunioRobot/heroshi
 def tearDown(self):
     self.manager.close()
     smock.cleanup()
     conf_from_dict({})
예제 #3
0
파일: tests.py 프로젝트: GunioRobot/heroshi
 def tearDown(self):
     self.client.graceful_stop(DEFAULT_TIMEOUT)
     smock.cleanup()
     conf_from_dict({})