Package openid :: Package test :: Module test_auth_request :: Class TestAuthRequestOpenID2Immediate
[hide private]
[frames] | no frames]

Class TestAuthRequestOpenID2Immediate

source code

             object --+            
                      |            
support.OpenIDTestMixin --+        
                          |        
       TestAuthRequestMixin --+    
                              |    
          unittest.TestCase --+    
                              |    
         TestAuthRequestOpenID2 --+
                                  |
                                 TestAuthRequestOpenID2Immediate

Instance Methods [hide private]

Inherited from TestAuthRequestOpenID2: failUnlessHasIdentifiers, failUnlessHasRealm, failUnlessIdentifiersPresent, test_opAnonymousIgnoresIdentifier, test_opIdentifierSendsIdentifierSelect, test_setAnonymousWorksForOpenID2, test_userAnonymousIgnoresIdentfier

Inherited from TestAuthRequestMixin: failUnlessAnonymous, failUnlessHasRequiredFields, setUp, test_addExtensionArg, test_checkNoAssocHandle, test_checkWithAssocHandle, test_standard

Inherited from support.OpenIDTestMixin: failIfOpenIDKeyExists, failUnlessOpenIDValueEquals

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

Class Variables [hide private]
  immediate = True
  expected_mode = 'checkid_immediate'

Inherited from TestAuthRequestOpenID2: preferred_namespace

Properties [hide private]

Inherited from object: __class__