|  |  | 
__builtin__.object
TestConfig
BloggerConfig
ContactsConfig
 
 
| class BloggerConfig(TestConfig)
 |  |  |  | Method resolution order:BloggerConfigTestConfig__builtin__.object
 Data and other attributes defined here:
 
 blog_id = "<your test blog's id>"
 content = 'This is a <b>test</b>.'
 service = 'blogger'
 title = 'A Test Post'
 Class methods inherited from TestConfig:
 
 email(cls) from __builtin__.typeProvides email to log into the test account for this service.
 By default uses GOOGLE_ACCOUNT_EMAIL, so overwrite this function if you
 have a service-specific test account.
 password(cls) from __builtin__.typeProvides password to log into the test account for this service.
 By default uses GOOGLE_ACCOUNT_PASSWORD, so overwrite this function if
 you have a service-specific test account.
 Data descriptors inherited from TestConfig:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Data and other attributes inherited from TestConfig:
 
 auth_token = None
 |  
 
| class ContactsConfig(TestConfig)
 |  |  |  | Method resolution order:ContactsConfigTestConfig__builtin__.object
 Class methods defined here:
 
 get_image_location(cls) from __builtin__.type
 Data and other attributes defined here:
 
 service = 'cp'
 Class methods inherited from TestConfig:
 
 email(cls) from __builtin__.typeProvides email to log into the test account for this service.
 By default uses GOOGLE_ACCOUNT_EMAIL, so overwrite this function if you
 have a service-specific test account.
 password(cls) from __builtin__.typeProvides password to log into the test account for this service.
 By default uses GOOGLE_ACCOUNT_PASSWORD, so overwrite this function if
 you have a service-specific test account.
 Data descriptors inherited from TestConfig:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Data and other attributes inherited from TestConfig:
 
 auth_token = None
 |  
 
| class TestConfig(__builtin__.object)
 |  |  |  | Class methods defined here: 
 email(cls) from __builtin__.typeProvides email to log into the test account for this service.
 By default uses GOOGLE_ACCOUNT_EMAIL, so overwrite this function if you
 have a service-specific test account.
 password(cls) from __builtin__.typeProvides password to log into the test account for this service.
 By default uses GOOGLE_ACCOUNT_PASSWORD, so overwrite this function if
 you have a service-specific test account.
 Data descriptors defined here:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 Data and other attributes defined here:
 
 auth_token = None
 service = None
 |  |