Beispiel #1
0
 def __logout__(self):
     response = UserUtil.logout(self.testapp)
     self.assertEqual(response.status_int, constants.STATUS_OK, 'Logout failed: ' + str(response.status_int))