예제 #1
0
파일: base.py 프로젝트: ehelms/pulp
 def tearDown(self):
     super(PulpAsyncServerTests, self).tearDown()
     dispatch_factory.finalize(clear_queued_calls=True)
예제 #2
0
파일: base.py 프로젝트: domcleal/pulp
 def tearDownClass(cls):
     ServerTests.tearDownClass()
     http.request_info = cls.ORIG_HTTP_REQUEST_INFO
     dispatch_factory.finalize(clear_queued_calls=True)
예제 #3
0
파일: base.py 프로젝트: signull/pulp
 def tearDown(self):
     dispatch_factory.finalize(True)
예제 #4
0
 def tearDown(self):
     dispatch_factory.finalize(True)
예제 #5
0
파일: base.py 프로젝트: tomlanyon/pulp
 def tearDown(self):
     super(PulpAsyncServerTests, self).tearDown()
     dispatch_factory.finalize(clear_queued_calls=True)