Home | Trees | Indices | Help |
---|
|
A 'ReportGenerator' generates a test report from one or more result files.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Generates a report file with results collected from a set of result files. 'flat' -- True to indicate a flat result listing, False if tests should be reported according to the database directory structure. 'arguments' -- command arguments of the form [result [-e expectation]]+ returns -- None. |
Load test runs from the provided input. 'input' -- A list of pairs of file names referring to result files / expectation files. The expectation file member may be None. returns -- A list of pairs of TestRun objects. |
Return a list of ids to report results from. This list is obtained from the database if it is present, or else by taking the union of all items reported in the test runs. 'test_runs' -- A list of result / expectation table pairs. returns -- The tuple of resource-setup-ids, test-ids, and resource-cleanup-ids. |
Generate test report with the given set of test runs. The report will contain a flat list of item ids. 'test_runs' -- List of pairs of TestRun objects. |
Generate test report with the given set of test runs. The report will contain a tree structure with items appearing in their respective subdirectory. 'test_runs' -- List of pairs of TestRun objects. |
Generate a DOM node for the given directory containing its results. 'directory' -- The directory for which to generate the report node. 'test_runs' -- The List of TestRuns. 'element' -- DOM element to store results into. If this is None, an element will be created. returns -- DOM element node containing the xmlified results. |
Report a single item. 'kind' -- The kind of item to report. 'item_id' -- The item id to report. 'name' -- The item's name (usually either the absolute or relative id). 'test_runs' -- The list of test runs. 'parent' -- An XML element to insert new nodes into. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |