This class hosts continued_run(), which will run and then continue a script. More...
Inheritance diagram for GenericContinuer:
Collaboration diagram for GenericContinuer:Public Member Functions | |
| def | continued_run (self, runfn, args, kwargs) |
| Run, then continue a script. More... | |
Public Member Functions inherited from OptionsManager | |
| def | __init__ (self, options, cp) |
| def | get_option (self, name, default=None, required=False, section=None) |
| Get configuration file keys in a safe way. More... | |
Additional Inherited Members | |
Public Attributes inherited from OptionsManager | |
| options | |
| optparse.Values: command line options | |
| cp | |
| ConfigParser: configuration file keys. | |
| test | |
| The name of the current test. | |
This class hosts continued_run(), which will run and then continue a script.
Definition at line 430 of file testdriver.py.
| def continued_run | ( | self, | |
| runfn, | |||
| args, | |||
| kwargs | |||
| ) |
Run, then continue a script.
| runfn | Function: The run function to call. |
| args | passed through to runfn |
| kwargs | passed through to runfn |
Definition at line 443 of file testdriver.py.