Home | Trees | Index | Help |
---|
|
object --+ | extension.Extension --+ | result_stream.ResultStream --+ | object --+ | | | extension.Extension --+ | | | _SQLConnected --+ | SQLResultStream
A 'SQLResultStream' writes results out to an SQL database.
This class currently supports PostgreSQL only.
|
|||
Inherited from |
|
|||
__init__(self, arguments=None, **args) | |||
WriteAnnotation(self,
key,
value)
Output an annotation for this run. |
|||
WriteResult(self,
result)
Output a test result. |
|||
Summarize(self)
Output summary information about the results. |
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
_argument_dictionary | |||
_argument_list | |||
Inherited from Inherited from Inherited from Inherited from |
|
|
Output an annotation for this run. Subclasses should override this if they want to store/display annotations; the default implementation simply discards them. 'key' -- the key value as a string. 'value' -- the value of this annotation as a string.
|
Output a test result. Subclasses must override this method; the default implementation raises a 'NotImplementedError'. 'result' -- A 'Result'.
|
Output summary information about the results. When this method is called, the test run is complete. Summary information should be displayed for the user, if appropriate. Any finalization, such as the closing of open files, should also be performed at this point. Derived class methods may override this method. They should, however, invoke this version before returning.
|
|
_argument_dictionary
|
_argument_list
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |