Home | Trees | Indices | Help |
---|
|
object --+ | test_run.TestRun --+ | ReaderTestRun
A 'ReaderTestRun' reads its results using a 'ResultReader'.
A 'ResultReader' provides an iterative interface for reading results. A 'ReaderTestRun' uses a 'ResultReader' to populate a dictionary storing all the results from the reader.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Create a new 'ReaderTestRun' 'reader' -- The 'ResultReader' from which we are to read results.
|
Return the 'Result' for the indicated test. 'id' -- The name of a test or resource. 'kind' -- The kind of result to retrieve. See 'Result' for a list of the available result kinds. returns -- The 'Result' corresponding to 'test_id'. raises -- 'KeyError' if there is no result of the given 'kind' for 'id' in the test run.
|
Return the annotation associated with 'key'. 'key' -- A string giving the name of an annotation. returns -- A string giving the value of the annotation, or 'None' if there is no such annotation.
|
Return this run's dictionary of annotations. returns -- A dictionary mapping annotation names (strings) to values (also strings).
|
Return 'Result's from the given directory.. 'directory' -- A path to a directory in the test database. 'kind' -- The kind of results to return. returns -- All the results within 'directory' (including its subdirectories).
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |