def tearDown(self): try: import boto import boto.exception except ImportError: pass else: sys.modules['buildbot.ec2buildslave'].boto = boto return RunMixin.tearDown(self)
def tearDown(self): stopHTTPLog() warnings.resetwarnings() return RunMixin.tearDown(self)
def tearDown(self): connection.creation.destroy_test_db(self.old_name) return RunMixin.tearDown(self)
def tearDown(self): stopHTTPLog() return RunMixin.tearDown(self)