Trees | Indices | Help |
|
---|
|
object --+ | Runner
Runner controls all job running parameters within the backend test utility code. It is also responsible for actually running the jobs and requesting their workups. The meat is in Runner.addScript and Runner.__call__.
|
|||
|
|||
None |
|
||
bool |
|
||
Inherited from |
|
|||
tests keys off test_id, values are testscripts.TestScript. |
|
|||
|
Initialize Runner Class
|
Add test to be executed by self.__call__. Adds the test information to self.job_runner.
|
Execute and run workups on all tests added to instance of Runner object. Outcomes stored in the TestScript objects in self.tests. This needs to be separate from the extraction step so that we can validate new tests.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:33:28 2017 | http://epydoc.sourceforge.net |