コード例 #1
0
 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()