Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.conf.settings.RobotSettings Class Reference
Inheritance diagram for robotide.lib.robot.conf.settings.RobotSettings:
robotide.lib.robot.conf.settings._BaseSettings

Public Member Functions

def get_rebot_settings (self)
 
- Public Member Functions inherited from robotide.lib.robot.conf.settings._BaseSettings
def __contains__ (self, setting)
 
def __getitem__ (self, name)
 
def __init__ (self, options=None, **extra_options)
 
def __setitem__ (self, name, value)
 
def __unicode__ (self)
 

Properties

 console_markers = property
 
 console_output_config = property
 
 console_type = property
 
 console_width = property
 
 debug_file = property
 
 dry_run = property
 
 exit_on_error = property
 
 exit_on_failure = property
 
 extension = property
 
 listeners = property
 
 max_error_lines = property
 
 pre_run_modifiers = property
 
 randomize_seed = property
 
 randomize_suites = property
 
 randomize_tests = property
 
 run_empty_suite = property
 
 skip_teardown_on_exit = property
 
 suite_config = property
 
 variable_files = property
 
 variables = property
 
- Properties inherited from robotide.lib.robot.conf.settings._BaseSettings
 console_colors = property
 
 critical_tags = property
 
 flatten_keywords = property
 
 log = property
 
 log_level = property
 
 non_critical_tags = property
 
 output = property
 
 output_directory = property
 
 pre_rebot_modifiers = property
 
 remove_keywords = property
 
 report = property
 
 rpa = property
 
 split_log = property
 
 statistics_config = property
 
 status_rc = property
 
 xunit = property
 
 xunit_skip_noncritical = property
 

Private Member Functions

def _escape_as_data (self, value)
 
def _output_disabled (self)
 
def console_markers (self)
 
def console_output_config (self)
 
def console_type (self)
 
def console_width (self)
 
def debug_file (self)
 
def dry_run (self)
 
def exit_on_error (self)
 
def exit_on_failure (self)
 
def extension (self)
 
def listeners (self)
 
def max_error_lines (self)
 
def pre_run_modifiers (self)
 
def randomize_seed (self)
 
def randomize_suites (self)
 
def randomize_tests (self)
 
def run_empty_suite (self)
 
def skip_teardown_on_exit (self)
 
def suite_config (self)
 
def variable_files (self)
 
def variables (self)
 

Static Private Attributes

dictionary _extra_cli_opts
 

Additional Inherited Members

- Public Attributes inherited from robotide.lib.robot.conf.settings._BaseSettings
 start_timestamp
 

Detailed Description

Definition at line 441 of file settings.py.

Member Function Documentation

◆ _escape_as_data()

def robotide.lib.robot.conf.settings.RobotSettings._escape_as_data (   self,
  value 
)
private

Reimplemented from robotide.lib.robot.conf.settings._BaseSettings.

Definition at line 485 of file settings.py.

◆ _output_disabled()

def robotide.lib.robot.conf.settings.RobotSettings._output_disabled (   self)
private

Definition at line 482 of file settings.py.

◆ console_markers()

def robotide.lib.robot.conf.settings.RobotSettings.console_markers (   self)
private

Definition at line 592 of file settings.py.

◆ console_output_config()

def robotide.lib.robot.conf.settings.RobotSettings.console_output_config (   self)
private

Definition at line 563 of file settings.py.

◆ console_type()

def robotide.lib.robot.conf.settings.RobotSettings.console_type (   self)
private

Definition at line 576 of file settings.py.

◆ console_width()

def robotide.lib.robot.conf.settings.RobotSettings.console_width (   self)
private

Definition at line 586 of file settings.py.

◆ debug_file()

def robotide.lib.robot.conf.settings.RobotSettings.debug_file (   self)
private

Definition at line 497 of file settings.py.

◆ dry_run()

def robotide.lib.robot.conf.settings.RobotSettings.dry_run (   self)
private

Definition at line 540 of file settings.py.

◆ exit_on_error()

def robotide.lib.robot.conf.settings.RobotSettings.exit_on_error (   self)
private

Definition at line 551 of file settings.py.

◆ exit_on_failure()

def robotide.lib.robot.conf.settings.RobotSettings.exit_on_failure (   self)
private

Definition at line 545 of file settings.py.

◆ extension()

def robotide.lib.robot.conf.settings.RobotSettings.extension (   self)
private

Definition at line 628 of file settings.py.

◆ get_rebot_settings()

def robotide.lib.robot.conf.settings.RobotSettings.get_rebot_settings (   self)

Definition at line 467 of file settings.py.

◆ listeners()

def robotide.lib.robot.conf.settings.RobotSettings.listeners (   self)
private

Definition at line 491 of file settings.py.

◆ max_error_lines()

def robotide.lib.robot.conf.settings.RobotSettings.max_error_lines (   self)
private

Definition at line 598 of file settings.py.

◆ pre_run_modifiers()

def robotide.lib.robot.conf.settings.RobotSettings.pre_run_modifiers (   self)
private

Definition at line 604 of file settings.py.

◆ randomize_seed()

def robotide.lib.robot.conf.settings.RobotSettings.randomize_seed (   self)
private

Definition at line 522 of file settings.py.

◆ randomize_suites()

def robotide.lib.robot.conf.settings.RobotSettings.randomize_suites (   self)
private

Definition at line 528 of file settings.py.

◆ randomize_tests()

def robotide.lib.robot.conf.settings.RobotSettings.randomize_tests (   self)
private

Definition at line 534 of file settings.py.

◆ run_empty_suite()

def robotide.lib.robot.conf.settings.RobotSettings.run_empty_suite (   self)
private

Definition at line 610 of file settings.py.

◆ skip_teardown_on_exit()

def robotide.lib.robot.conf.settings.RobotSettings.skip_teardown_on_exit (   self)
private

Definition at line 557 of file settings.py.

◆ suite_config()

def robotide.lib.robot.conf.settings.RobotSettings.suite_config (   self)
private

Definition at line 503 of file settings.py.

◆ variable_files()

def robotide.lib.robot.conf.settings.RobotSettings.variable_files (   self)
private

Definition at line 622 of file settings.py.

◆ variables()

def robotide.lib.robot.conf.settings.RobotSettings.variables (   self)
private

Definition at line 616 of file settings.py.

Member Data Documentation

◆ _extra_cli_opts

robotide.lib.robot.conf.settings.RobotSettings._extra_cli_opts
staticprivate

Definition at line 445 of file settings.py.

Property Documentation

◆ console_markers

robotide.lib.robot.conf.settings.RobotSettings.console_markers = property
static

Definition at line 590 of file settings.py.

◆ console_output_config

robotide.lib.robot.conf.settings.RobotSettings.console_output_config = property
static

Definition at line 561 of file settings.py.

◆ console_type

robotide.lib.robot.conf.settings.RobotSettings.console_type = property
static

Definition at line 574 of file settings.py.

◆ console_width

robotide.lib.robot.conf.settings.RobotSettings.console_width = property
static

Definition at line 584 of file settings.py.

◆ debug_file

robotide.lib.robot.conf.settings.RobotSettings.debug_file = property
static

Definition at line 495 of file settings.py.

◆ dry_run

robotide.lib.robot.conf.settings.RobotSettings.dry_run = property
static

Definition at line 538 of file settings.py.

◆ exit_on_error

robotide.lib.robot.conf.settings.RobotSettings.exit_on_error = property
static

Definition at line 549 of file settings.py.

◆ exit_on_failure

robotide.lib.robot.conf.settings.RobotSettings.exit_on_failure = property
static

Definition at line 543 of file settings.py.

◆ extension

robotide.lib.robot.conf.settings.RobotSettings.extension = property
static

Definition at line 626 of file settings.py.

◆ listeners

robotide.lib.robot.conf.settings.RobotSettings.listeners = property
static

Definition at line 489 of file settings.py.

◆ max_error_lines

robotide.lib.robot.conf.settings.RobotSettings.max_error_lines = property
static

Definition at line 596 of file settings.py.

◆ pre_run_modifiers

robotide.lib.robot.conf.settings.RobotSettings.pre_run_modifiers = property
static

Definition at line 602 of file settings.py.

◆ randomize_seed

robotide.lib.robot.conf.settings.RobotSettings.randomize_seed = property
static

Definition at line 520 of file settings.py.

◆ randomize_suites

robotide.lib.robot.conf.settings.RobotSettings.randomize_suites = property
static

Definition at line 526 of file settings.py.

◆ randomize_tests

robotide.lib.robot.conf.settings.RobotSettings.randomize_tests = property
static

Definition at line 532 of file settings.py.

◆ run_empty_suite

robotide.lib.robot.conf.settings.RobotSettings.run_empty_suite = property
static

Definition at line 608 of file settings.py.

◆ skip_teardown_on_exit

robotide.lib.robot.conf.settings.RobotSettings.skip_teardown_on_exit = property
static

Definition at line 555 of file settings.py.

◆ suite_config

robotide.lib.robot.conf.settings.RobotSettings.suite_config = property
static

Definition at line 501 of file settings.py.

◆ variable_files

robotide.lib.robot.conf.settings.RobotSettings.variable_files = property
static

Definition at line 620 of file settings.py.

◆ variables

robotide.lib.robot.conf.settings.RobotSettings.variables = property
static

Definition at line 614 of file settings.py.


The documentation for this class was generated from the following file: