示例#1
0
 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):
     try:
         import boto
         import boto.exception
     except ImportError:
         pass
     else:
         sys.modules['buildbot.ec2buildslave'].boto = boto
     return RunMixin.tearDown(self)
示例#3
0
 def tearDown(self):
     stopHTTPLog()
     warnings.resetwarnings()
     return RunMixin.tearDown(self)
示例#4
0
 def tearDown(self):
   connection.creation.destroy_test_db(self.old_name)
   return RunMixin.tearDown(self)
示例#5
0
 def tearDown(self):
     stopHTTPLog()
     return RunMixin.tearDown(self)
示例#6
0
 def tearDown(self):
     stopHTTPLog()
     warnings.resetwarnings()
     return RunMixin.tearDown(self)
示例#7
0
 def tearDown(self):
     connection.creation.destroy_test_db(self.old_name)
     return RunMixin.tearDown(self)
示例#8
0
 def tearDown(self):
     stopHTTPLog()
     return RunMixin.tearDown(self)