Robot Framework Integrated Development Environment (RIDE)
robotide.robotapi Namespace Reference

Variables

dictionary LOG_LEVELS
 
 PROCESS_CURDIR
 
 ROBOT_VERSION = get_version()
 

Variable Documentation

◆ LOG_LEVELS

dictionary robotide.robotapi.LOG_LEVELS
Initial value:
1 = {
2  'NONE' : 7,
3  'SKIP' : 6,
4  'FAIL' : 5,
5  'ERROR' : 4,
6  'WARN' : 3,
7  'INFO' : 2,
8  'DEBUG' : 1,
9  'TRACE' : 0,
10 }

Definition at line 49 of file robotapi.py.

◆ PROCESS_CURDIR

robotide.robotapi.PROCESS_CURDIR

Definition at line 17 of file robotapi.py.

◆ ROBOT_VERSION

robotide.robotapi.ROBOT_VERSION = get_version()

Definition at line 46 of file robotapi.py.