Package twisted :: Package trial :: Module reporter
[show private | hide private]
[frames | no frames]

Module twisted.trial.reporter

Classes
MinimalReporter  
Reporter I report results from a run of a test suite.
TextReporter  
TimingTextReporter  
TreeReporter  
VerboseTextReporter  

Variable Summary
str ERROR
str EXPECTED_FAILURE
str FAILURE
str SKIP
str SUCCESS
str UNEXPECTED_SUCCESS

Variable Details

ERROR

Type:
str
Value:
'error'                                                                

EXPECTED_FAILURE

Type:
str
Value:
'expected failure'                                                     

FAILURE

Type:
str
Value:
'failure'                                                              

SKIP

Type:
str
Value:
'skip'                                                                 

SUCCESS

Type:
str
Value:
'success'                                                              

UNEXPECTED_SUCCESS

Type:
str
Value:
'unexpected success'                                                   

Generated by Epydoc 1.1 on Fri Jun 27 03:48:59 2003 http://epydoc.sf.net