Package openid :: Package test :: Module test_verifydisco :: Class DiscoveryVerificationTest
[hide private]
[frames] | no frames]

Class DiscoveryVerificationTest

source code

             object --+    
                      |    
support.OpenIDTestMixin --+
                          |
  unittest.TestCase --+   |
                      |   |
         object --+   |   |
                  |   |   |
  support.CatchLogs --+   |
                      |   |
test_consumer.TestIdRes --+
                          |
                         DiscoveryVerificationTest

Instance Methods [hide private]
 
failUnlessProtocolError(self, prefix, callable, *args, **kwargs) source code
 
test_openID1NoLocalID(self) source code
 
test_openID1NoEndpoint(self) source code
 
test_openID2NoOPEndpointArg(self) source code
 
test_openID2LocalIDNoClaimed(self) source code
 
test_openID2NoLocalIDClaimed(self) source code
 
test_openID2NoIdentifiers(self) source code
 
test_openID2NoEndpointDoesDisco(self) source code
 
test_openID2MismatchedDoesDisco(self) source code
 
test_openid2UsePreDiscovered(self) source code
 
test_openid2UsePreDiscoveredWrongType(self) source code
 
test_openid1UsePreDiscovered(self) source code
 
test_openid1UsePreDiscoveredWrongType(self) source code
 
test_openid2Fragment(self) source code
 
test_openid1Fallback1_0(self) source code

Inherited from support.OpenIDTestMixin: failIfOpenIDKeyExists, failUnlessOpenIDValueEquals

Inherited from test_consumer.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 test_consumer.TestIdRes: consumer_class

Properties [hide private]

Inherited from object: __class__