|
| def | _build (self, path, include_suites) |
| |
| def | _create_included_suites (self, incl_suites) |
| |
| def | _get_child_paths (self, dirpath, incl_suites=None) |
| |
| def | _get_include_suites (self, path, incl_suites) |
| |
| def | _is_in_included_suites (self, name, incl_suites) |
| |
| def | _is_included (self, path, base, ext, incl_suites) |
| |
| def | _is_init_file (self, path, base, ext) |
| |
| def | _list_dir (self, dir_path, incl_suites) |
| |
| def | _normalize_paths (self, paths) |
| |
| def | _split_prefix (self, name) |
| |
Definition at line 51 of file suitestructure.py.
◆ __init__()
| def robot.parsing.suitestructure.SuiteStructureBuilder.__init__ |
( |
|
self, |
|
|
|
included_extensions = ('robot',), |
|
|
|
included_suites = None |
|
) |
| |
◆ _build()
| def robot.parsing.suitestructure.SuiteStructureBuilder._build |
( |
|
self, |
|
|
|
path, |
|
|
|
include_suites |
|
) |
| |
|
private |
◆ _create_included_suites()
| def robot.parsing.suitestructure.SuiteStructureBuilder._create_included_suites |
( |
|
self, |
|
|
|
incl_suites |
|
) |
| |
|
private |
◆ _get_child_paths()
| def robot.parsing.suitestructure.SuiteStructureBuilder._get_child_paths |
( |
|
self, |
|
|
|
dirpath, |
|
|
|
incl_suites = None |
|
) |
| |
|
private |
◆ _get_include_suites()
| def robot.parsing.suitestructure.SuiteStructureBuilder._get_include_suites |
( |
|
self, |
|
|
|
path, |
|
|
|
incl_suites |
|
) |
| |
|
private |
◆ _is_in_included_suites()
| def robot.parsing.suitestructure.SuiteStructureBuilder._is_in_included_suites |
( |
|
self, |
|
|
|
name, |
|
|
|
incl_suites |
|
) |
| |
|
private |
◆ _is_included()
| def robot.parsing.suitestructure.SuiteStructureBuilder._is_included |
( |
|
self, |
|
|
|
path, |
|
|
|
base, |
|
|
|
ext, |
|
|
|
incl_suites |
|
) |
| |
|
private |
◆ _is_init_file()
| def robot.parsing.suitestructure.SuiteStructureBuilder._is_init_file |
( |
|
self, |
|
|
|
path, |
|
|
|
base, |
|
|
|
ext |
|
) |
| |
|
private |
◆ _list_dir()
| def robot.parsing.suitestructure.SuiteStructureBuilder._list_dir |
( |
|
self, |
|
|
|
dir_path, |
|
|
|
incl_suites |
|
) |
| |
|
private |
◆ _normalize_paths()
| def robot.parsing.suitestructure.SuiteStructureBuilder._normalize_paths |
( |
|
self, |
|
|
|
paths |
|
) |
| |
|
private |
◆ _split_prefix()
| def robot.parsing.suitestructure.SuiteStructureBuilder._split_prefix |
( |
|
self, |
|
|
|
name |
|
) |
| |
|
private |
◆ build()
| def robot.parsing.suitestructure.SuiteStructureBuilder.build |
( |
|
self, |
|
|
|
paths |
|
) |
| |
◆ ignored_dirs
| tuple robot.parsing.suitestructure.SuiteStructureBuilder.ignored_dirs = ('CVS',) |
|
static |
◆ ignored_prefixes
| tuple robot.parsing.suitestructure.SuiteStructureBuilder.ignored_prefixes = ('_', '.') |
|
static |
◆ included_extensions
| robot.parsing.suitestructure.SuiteStructureBuilder.included_extensions |
◆ included_suites
| robot.parsing.suitestructure.SuiteStructureBuilder.included_suites |
The documentation for this class was generated from the following file: