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, Runner.__call__ and Runner.executeScripts
.
|
|||
|
|||
None |
|
||
bool |
|
||
Inherited from |
|
|||
scripts keys off test_id, values are testscripts.TestScript. |
|
|||
Inherited from |
|
Initialize Runner Class
|
Add script to be executed by self.__call__. Adds the script information to self.job_runner.
|
Execute and run workups on all scripts added to instance of Runner object. Outcomes stored in the TestScript objects in self.scripts. 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 Thu Aug 6 04:50:49 2015 | http://epydoc.sourceforge.net |