Home | Trees | Indices | Help |
|
---|
|
object --+ | TestRunner
A runner for regression tests.
It is constructed with a sequence of suites (RegTestSuite instances) and allows running these in parallel. It honors the suites' wishes as to being executed sequentially.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Methods | |||
|
|||
|
|||
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
runs test and puts the results in the result queue. This is usually run in a thread. However, threadId is only used for reporting, so you may run this without threads. To support sequential execution, if test has a followUp attribute, this followUp is queued after the test has run. If the execDelay argument is non-zero, the thread delays its execution by that many seconds. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |