예제 #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)
예제 #3
0
 def tearDown(self):
     TestCase.tearDown(self)
     cleanUp()
예제 #4
0
 def tearDown(self):
     logout()
     TestCase.tearDown(self)
예제 #5
0
 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)