| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Hook method for setting up the test fixture before exercising it.
|
Hook method for deconstructing the test fixture after testing it.
|
Iterates through text files in './test_data'. Each of the text
files should contain the valid JSON structure of the following
information:
{
'expected_asker':
{
'query':
{
'product_id':<product id, eg '18675309'>
},
'sender': <sender's name, eg 'lucy'>,
'domain': <sender's domain, eg 'bilumi.org'>,
'recipient': <recipient's name, eg 'score'>,
'recipient_domain': <recipient's domain, eg 'bilumi.org'>
},
'email': [<list of strings that represent complete email, including headers>]
}
The email is sent to Asker.parse_email, which returns the actual Asker.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Jul 8 21:27:05 2008 | http://epydoc.sourceforge.net |