etr  4.0-pre
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
EtrProcess.EtrProcess Class Reference

Robot Framework Library with automatic file logging for started processes. More...

Inheritance diagram for EtrProcess.EtrProcess:

Public Member Functions

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...
 

Public Attributes

 ROBOT_LIBRARY_LISTENER
 

Static Public Attributes

string ROBOT_LIBRARY_SCOPE = "GLOBAL"
 
int ROBOT_LISTENER_API_VERSION = 3
 

Detailed Description

Robot Framework Library with automatic file logging for started processes.

Constructor & Destructor Documentation

◆ __init__()

def EtrProcess.EtrProcess.__init__ (   self,
  cleanup = True,
args,
**  kwargs 
)

Member Function Documentation

◆ 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.

Member Data Documentation

◆ 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: