Robot Framework Library with automatic file logging for started processes.
More...
|
def | __init__ (self, cleanup=True, *args, **kwargs) |
|
def | start_process (self, *args, save_outputs=None, **kwargs) |
| Wrapper for start_process that adds default file logging. More...
|
|
Robot Framework Library with automatic file logging for started processes.
◆ __init__()
def EtrProcess.EtrProcess.__init__ |
( |
|
self, |
|
|
|
cleanup = True , |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ start_process()
def EtrProcess.EtrProcess.start_process |
( |
|
self, |
|
|
* |
args, |
|
|
|
save_outputs = None , |
|
|
** |
kwargs |
|
) |
| |
Wrapper for start_process that adds default file logging.
- Note
- run_process is expressed in terms of
start_process
. See Robot Framework "Process" library.
◆ ROBOT_LIBRARY_LISTENER
EtrProcess.EtrProcess.ROBOT_LIBRARY_LISTENER |
◆ ROBOT_LIBRARY_SCOPE
string EtrProcess.EtrProcess.ROBOT_LIBRARY_SCOPE = "GLOBAL" |
|
static |
◆ ROBOT_LISTENER_API_VERSION
int EtrProcess.EtrProcess.ROBOT_LISTENER_API_VERSION = 3 |
|
static |
The documentation for this class was generated from the following file: