Package openid :: Package test :: Module test_negotiation :: Class ErrorRaisingConsumer
[frames] | no frames]

Class ErrorRaisingConsumer

source code

                       object --+    
                                |    
consumer.consumer.GenericConsumer --+
                                    |
                                   ErrorRaisingConsumer

A consumer whose _requestAssocation will return predefined results instead of trying to actually perform association requests.

Instance Methods

Inherited from consumer.consumer.GenericConsumer: __init__, begin, complete

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  return_messages = []

Inherited from consumer.consumer.GenericConsumer: openid1_nonce_query_arg_name, openid1_return_to_identifier_name, session_types

Instance Variables

Inherited from consumer.consumer.GenericConsumer: negotiator

Properties

Inherited from object: __class__