Home | Trees | Indices | Help |
|
---|
|
object --+ | TestStatistics
A statistics gatherer/reporter for the regression tests.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
adds a test result to the statistics. status is either OK, FAIL, or ERROR, runTime is the time spent in running the test, title is the test's title, and payload is "something" associated with failures that should help diagnosing them. |
saves the entire test statistics to target. This is a pickle of basically what's added with add. No tools for doing something with this are provided so far. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |