Package openid :: Package test :: Module test_auth_request :: Class TestAuthRequestMixin
[frames] | no frames]

Class TestAuthRequestMixin

source code

             object --+    
                      |    
support.OpenIDTestMixin --+
                          |
                         TestAuthRequestMixin
Known Subclasses:

Mixin for AuthRequest tests for OpenID 1 and 2; DON'T add unittest.TestCase as a base class here.

Instance Methods
 
setUp(self) source code
 
failUnlessAnonymous(self, msg) source code
 
failUnlessHasRequiredFields(self, msg) source code
 
test_checkNoAssocHandle(self) source code
 
test_checkWithAssocHandle(self) source code
 
test_addExtensionArg(self) source code
 
test_standard(self) source code

Inherited from support.OpenIDTestMixin: failIfOpenIDKeyExists, failUnlessOpenIDValueEquals

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  preferred_namespace = None
  immediate = False
  expected_mode = 'checkid_setup'
Properties

Inherited from object: __class__