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