Package openid :: Package test :: Module test_consumer :: Class TestSetupNeeded
[hide private]
[frames] | no frames]

Class TestSetupNeeded

source code

unittest.TestCase --+    
                    |    
       object --+   |    
                |   |    
support.CatchLogs --+    
                    |    
            TestIdRes --+
                        |
                       TestSetupNeeded

Instance Methods [hide private]
 
failUnlessSetupNeeded(self, expected_setup_url, message) source code
 
test_setupNeededOpenID1(self)
The minimum conditions necessary to trigger Setup Needed
source code
 
test_setupNeededOpenID1_extra(self)
Extra stuff along with setup_url still trigger Setup Needed
source code
 
test_noSetupNeededOpenID1(self)
When the user_setup_url is missing on an OpenID 1 message, we assume that it's not a cancel response to checkid_immediate
source code
 
test_setupNeededOpenID2(self) source code
 
test_setupNeededDoesntWorkForOpenID1(self) source code
 
test_noSetupNeededOpenID2(self) source code

Inherited from TestIdRes: disableDiscoveryVerification, disableReturnToChecking, setUp

Inherited from support.CatchLogs: failUnlessLogEmpty, failUnlessLogMatches, gotLogMessage, tearDown

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

Class Variables [hide private]

Inherited from TestIdRes: consumer_class

Properties [hide private]

Inherited from object: __class__