示例#1
0
 def tearDown(self):
     self.user_auth.serviceStopped()
     TestCase.tearDown(self)
示例#2
0
 def tearDown(self):
     uninstall_opener()
     for host, port in self.intercepted:
         wsgi_intercept.remove_wsgi_intercept(host, port)
     TestCase.tearDown(self)
 def tearDown(self):
     TestCase.tearDown(self)
     cleanUp()
示例#4
0
 def tearDown(self):
     logout()
     TestCase.tearDown(self)
 def tearDown(self):
     TestCase.tearDown(self)
     cleanUp()
示例#6
0
 def tearDown(self):
     uninstall_opener()
     for host, port in self.intercepted:
         wsgi_intercept.remove_wsgi_intercept(host, port)
     TestCase.tearDown(self)
 def tearDown(self):
     logout()
     TestCase.tearDown(self)