Example #1
0
File: base.py Project: ehelms/pulp
 def tearDown(self):
     super(PulpAsyncServerTests, self).tearDown()
     dispatch_factory.finalize(clear_queued_calls=True)
Example #2
0
 def tearDownClass(cls):
     ServerTests.tearDownClass()
     http.request_info = cls.ORIG_HTTP_REQUEST_INFO
     dispatch_factory.finalize(clear_queued_calls=True)
Example #3
0
File: base.py Project: signull/pulp
 def tearDown(self):
     dispatch_factory.finalize(True)
Example #4
0
 def tearDown(self):
     dispatch_factory.finalize(True)
Example #5
0
 def tearDown(self):
     super(PulpAsyncServerTests, self).tearDown()
     dispatch_factory.finalize(clear_queued_calls=True)