Robot Framework
robot.conf.settings.RobotSettings Class Reference
Inheritance diagram for robot.conf.settings.RobotSettings:
robot.conf.settings._BaseSettings

Public Member Functions

def get_rebot_settings (self)
 
- Public Member Functions inherited from 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 __str__ (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
 
 languages = property
 
 listeners = property
 
 max_assign_length = property
 
 max_error_lines = property
 
 pre_run_modifiers = property
 
 randomize_seed = property
 
 randomize_suites = property
 
 randomize_tests = property
 
 run_empty_suite = property
 
 skip = property
 
 skip_on_failure = property
 
 skip_teardown_on_exit = property
 
 skipped_tags = property
 
 suite_config = property
 
 suite_names = property
 
 test_names = property
 
 variable_files = property
 
 variables = property
 
- Properties inherited from robot.conf.settings._BaseSettings
 console_colors = property
 
 exclude = property
 
 flatten_keywords = property
 
 include = property
 
 log = property
 
 log_level = property
 
 output = property
 
 output_directory = property
 
 pre_rebot_modifiers = property
 
 pythonpath = property
 
 remove_keywords = property
 
 report = property
 
 rpa = property
 
 split_log = property
 
 statistics_config = property
 
 status_rc = property
 
 suite_names = property
 
 test_names = property
 
 xunit = property
 

Private Member Functions

def _escape_doc (self, value)
 
def _names_and_rerun (self, for_test=False)
 
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 languages (self)
 
def listeners (self)
 
def max_assign_length (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 (self)
 
def skip_on_failure (self)
 
def skip_teardown_on_exit (self)
 
def skipped_tags (self)
 
def suite_config (self)
 
def suite_names (self)
 
def test_names (self)
 
def variable_files (self)
 
def variables (self)
 

Static Private Attributes

dictionary _extra_cli_opts
 
 _languages
 

Additional Inherited Members

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

Detailed Description

Definition at line 502 of file settings.py.

Member Function Documentation

◆ _escape_doc()

def robot.conf.settings.RobotSettings._escape_doc (   self,
  value 
)
private

Reimplemented from robot.conf.settings._BaseSettings.

Definition at line 551 of file settings.py.

◆ _names_and_rerun()

def robot.conf.settings.RobotSettings._names_and_rerun (   self,
  for_test = False 
)
private

Definition at line 608 of file settings.py.

◆ _output_disabled()

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

Definition at line 548 of file settings.py.

◆ console_markers()

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

Definition at line 714 of file settings.py.

◆ console_output_config()

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

Definition at line 685 of file settings.py.

◆ console_type()

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

Definition at line 698 of file settings.py.

◆ console_width()

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

Definition at line 708 of file settings.py.

◆ debug_file()

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

Definition at line 563 of file settings.py.

◆ dry_run()

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

Definition at line 642 of file settings.py.

◆ exit_on_error()

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

Definition at line 654 of file settings.py.

◆ exit_on_failure()

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

Definition at line 648 of file settings.py.

◆ extension()

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

Definition at line 756 of file settings.py.

◆ get_rebot_settings()

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

Definition at line 537 of file settings.py.

◆ languages()

def robot.conf.settings.RobotSettings.languages (   self)
private

Definition at line 569 of file settings.py.

◆ listeners()

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

Definition at line 557 of file settings.py.

◆ max_assign_length()

def robot.conf.settings.RobotSettings.max_assign_length (   self)
private

Definition at line 726 of file settings.py.

◆ max_error_lines()

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

Definition at line 720 of file settings.py.

◆ pre_run_modifiers()

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

Definition at line 732 of file settings.py.

◆ randomize_seed()

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

Definition at line 624 of file settings.py.

◆ randomize_suites()

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

Definition at line 630 of file settings.py.

◆ randomize_tests()

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

Definition at line 636 of file settings.py.

◆ run_empty_suite()

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

Definition at line 738 of file settings.py.

◆ skip()

def robot.conf.settings.RobotSettings.skip (   self)
private

Definition at line 660 of file settings.py.

◆ skip_on_failure()

def robot.conf.settings.RobotSettings.skip_on_failure (   self)
private

Definition at line 673 of file settings.py.

◆ skip_teardown_on_exit()

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

Definition at line 679 of file settings.py.

◆ skipped_tags()

def robot.conf.settings.RobotSettings.skipped_tags (   self)
private

Definition at line 666 of file settings.py.

◆ suite_config()

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

Definition at line 580 of file settings.py.

◆ suite_names()

def robot.conf.settings.RobotSettings.suite_names (   self)
private

Reimplemented from robot.conf.settings._BaseSettings.

Definition at line 599 of file settings.py.

◆ test_names()

def robot.conf.settings.RobotSettings.test_names (   self)
private

Reimplemented from robot.conf.settings._BaseSettings.

Definition at line 605 of file settings.py.

◆ variable_files()

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

Definition at line 750 of file settings.py.

◆ variables()

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

Definition at line 744 of file settings.py.

Member Data Documentation

◆ _extra_cli_opts

robot.conf.settings.RobotSettings._extra_cli_opts
staticprivate

Definition at line 506 of file settings.py.

◆ _languages

robot.conf.settings.RobotSettings._languages
staticprivate

Definition at line 535 of file settings.py.

Property Documentation

◆ console_markers

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

Definition at line 712 of file settings.py.

◆ console_output_config

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

Definition at line 683 of file settings.py.

◆ console_type

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

Definition at line 696 of file settings.py.

◆ console_width

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

Definition at line 706 of file settings.py.

◆ debug_file

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

Definition at line 561 of file settings.py.

◆ dry_run

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

Definition at line 640 of file settings.py.

◆ exit_on_error

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

Definition at line 652 of file settings.py.

◆ exit_on_failure

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

Definition at line 646 of file settings.py.

◆ extension

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

Definition at line 754 of file settings.py.

◆ languages

robot.conf.settings.RobotSettings.languages = property
static

Definition at line 567 of file settings.py.

◆ listeners

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

Definition at line 555 of file settings.py.

◆ max_assign_length

robot.conf.settings.RobotSettings.max_assign_length = property
static

Definition at line 724 of file settings.py.

◆ max_error_lines

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

Definition at line 718 of file settings.py.

◆ pre_run_modifiers

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

Definition at line 730 of file settings.py.

◆ randomize_seed

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

Definition at line 622 of file settings.py.

◆ randomize_suites

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

Definition at line 628 of file settings.py.

◆ randomize_tests

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

Definition at line 634 of file settings.py.

◆ run_empty_suite

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

Definition at line 736 of file settings.py.

◆ skip

robot.conf.settings.RobotSettings.skip = property
static

Definition at line 658 of file settings.py.

◆ skip_on_failure

robot.conf.settings.RobotSettings.skip_on_failure = property
static

Definition at line 671 of file settings.py.

◆ skip_teardown_on_exit

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

Definition at line 677 of file settings.py.

◆ skipped_tags

robot.conf.settings.RobotSettings.skipped_tags = property
static

Definition at line 664 of file settings.py.

◆ suite_config

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

Definition at line 578 of file settings.py.

◆ suite_names

robot.conf.settings.RobotSettings.suite_names = property
static

Definition at line 597 of file settings.py.

◆ test_names

robot.conf.settings.RobotSettings.test_names = property
static

Definition at line 603 of file settings.py.

◆ variable_files

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

Definition at line 748 of file settings.py.

◆ variables

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

Definition at line 742 of file settings.py.


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