def tearDown(self):
     self.user_auth.serviceStopped()
     TestCase.tearDown(self)
 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()
Exemple #4
0
 def tearDown(self):
     logout()
     TestCase.tearDown(self)
 def tearDown(self):
     TestCase.tearDown(self)
     cleanUp()
Exemple #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)