Exemplo n.º 1
0
 def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
         FLAGS.reset()
     super(RpcKombuTestCase, self).tearDown()
Exemplo n.º 2
0
 def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
Exemplo n.º 3
0
 def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
Exemplo n.º 4
0
 def tearDown(self):
     self.stubs.UnsetAll()
     self.stubs.SmartUnsetAll()
     if kombu:
         impl_kombu.cleanup()
     super(RpcKombuTestCase, self).tearDown()