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

Class TestSuccess

source code

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

Instance Methods [hide private]
 
setUp(self) source code
 
tearDown(self) source code
 
test_nodelegate(self) source code
 
test_nodelegateImmediate(self) source code
 
test_delegate(self) source code
 
test_delegateImmediate(self) source code

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 = 'http://server.example.com/'
  user_url = 'http://www.example.com/user.html'
  delegate_url = 'http://consumer.example.com/user'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setUp(self)

source code 
Overrides: support.CatchLogs.setUp

tearDown(self)

source code 
Overrides: support.CatchLogs.tearDown