def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
         FLAGS.reset()
     super(RpcKombuTestCase, self).tearDown()
示例#2
0
 def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
示例#3
0
 def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
示例#4
0
 def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
     super(RpcKombuTestCase, self).tearDown()