Trees | Indices | Help |
|
---|
|
Class to log results to logfile in text format.
Writing of the test summary file defaults to the working directory. This can be be over-ridden in the PySys project file using the nested <property> tag on the <writer> tag.
|
|||
|
|||
|
|||
|
|||
|
|
|||
string |
outputDir = None Path to output directory to write the test summary files |
|
Create an instance of the TextResultsWriter class.
|
Implementation of the setup method. Creates the file handle to the logfile and logs initial details of the date, platform and test host.
|
Implementation of the cleanup method. Flushes and closes the file handle to the logfile.
|
Implementation of the processResult method. Writes the test id and outcome to the logfile.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 05 17:52:37 2018 | http://epydoc.sourceforge.net |