![]() |
The Gaudi Framework
v26r3
|


Public Member Functions | |
| def | __init__ (self, arguments=None, args) |
| def | WriteAnnotation (self, key, value) |
| def | WriteResult (self, result) |
| def | Summarize (self) |
| def | __init__ (self, arguments=None, args) |
| def | WriteAnnotation (self, key, value) |
| def | WriteResult (self, result) |
| def | Summarize (self) |
Static Public Attributes | |
| list | arguments |
Private Member Functions | |
| def | _updateSummary (self) |
| def | _updateSummary (self) |
Private Attributes | |
| _summary | |
| _summaryFile | |
| _annotationsFile | |
An 'HTMLResultStream' writes its output to a set of HTML files. The argument 'dir' is used to select the destination directory for the HTML report. The destination directory may already contain the report from a previous run (for example of a different package), in which case it will be extended to include the new data.
Definition at line 1805 of file GaudiTest.py.
| def GaudiTest.HTMLResultStream.__init__ | ( | self, | |
arguments = None, |
|||
| args | |||
| ) |
Prepare the destination directory. Creates the destination directory and store in it some preliminary annotations and the static files found in the template directory 'html_report'.
Definition at line 1825 of file GaudiTest.py.
| def GaudiTest.HTMLResultStream.__init__ | ( | self, | |
arguments = None, |
|||
| args | |||
| ) |
Prepare the destination directory. Creates the destination directory and store in it some preliminary annotations and the static files found in the template directory 'html_report'.
Definition at line 1825 of file GaudiTest.py.
|
private |
Helper function to extend the global summary file in the destination directory.
Definition at line 1852 of file GaudiTest.py.
|
private |
Helper function to extend the global summary file in the destination directory.
Definition at line 1852 of file GaudiTest.py.
| def GaudiTest.HTMLResultStream.Summarize | ( | self | ) |
Definition at line 1937 of file GaudiTest.py.
| def GaudiTest.HTMLResultStream.Summarize | ( | self | ) |
Definition at line 1937 of file GaudiTest.py.
| def GaudiTest.HTMLResultStream.WriteAnnotation | ( | self, | |
| key, | |||
| value | |||
| ) |
Writes the annotation to the annotation file. If the key is already present with a different value, the value becomes a list and the new value is appended to it, except for start_time and end_time.
Definition at line 1866 of file GaudiTest.py.
| def GaudiTest.HTMLResultStream.WriteAnnotation | ( | self, | |
| key, | |||
| value | |||
| ) |
Writes the annotation to the annotation file. If the key is already present with a different value, the value becomes a list and the new value is appended to it, except for start_time and end_time.
Definition at line 1866 of file GaudiTest.py.
| def GaudiTest.HTMLResultStream.WriteResult | ( | self, | |
| result | |||
| ) |
Prepare the test result directory in the destination directory storing into it the result fields. A summary of the test result is stored both in a file in the test directory and in the global summary file.
Definition at line 1903 of file GaudiTest.py.
| def GaudiTest.HTMLResultStream.WriteResult | ( | self, | |
| result | |||
| ) |
Prepare the test result directory in the destination directory storing into it the result fields. A summary of the test result is stored both in a file in the test directory and in the global summary file.
Definition at line 1903 of file GaudiTest.py.
|
private |
Definition at line 1835 of file GaudiTest.py.
|
private |
Definition at line 1833 of file GaudiTest.py.
|
private |
Definition at line 1834 of file GaudiTest.py.
|
static |
Definition at line 1814 of file GaudiTest.py.