示例#1
0
    def test_authentication_user(self):
        gi = GlobalIdentity('00000000-0000-0000-0000-000000000000',
                            self.global_identity_server)

        response = gi.authenticate_user('*****@*****.**',
                                        'account password')
        self.assertTrue(response['Success'])
    def test_authentication_user(self):
        gi = GlobalIdentity(
            '00000000-0000-0000-0000-000000000000',
            self.global_identity_server)

        response = gi.authenticate_user(
            '*****@*****.**', 'account password')
        self.assertTrue(response['Success'])