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

Class TestSuccessHTTPS

source code

unittest.TestCase --+    
                    |    
       object --+   |    
                |   |    
support.CatchLogs --+    
                    |    
          TestSuccess --+
                        |
                       TestSuccessHTTPS

Instance Methods [hide private]

Inherited from TestSuccess: setUp, tearDown, test_delegate, test_delegateImmediate, test_nodelegate, test_nodelegateImmediate

Inherited from support.CatchLogs: failUnlessLogEmpty, failUnlessLogMatches, gotLogMessage

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

Class Variables [hide private]
  server_url = 'https://server.example.com/'

Inherited from TestSuccess: delegate_url, user_url

Properties [hide private]

Inherited from object: __class__