Definition at line 43 of file Command.py.
◆ __init__()
| def robotide.contrib.testrunner.Command.Command.__init__ |
( |
|
self | ) |
|
◆ _format_command()
| def robotide.contrib.testrunner.Command.Command._format_command |
( |
|
args | ) |
|
|
staticprivate |
Quote a list as if it were a command line command.
This isn't perfect but seems to work for the normal use
cases. I'm not entirely sure what the perfect algorithm
is since *nix and windows have different quoting
behaviors.
Definition at line 104 of file Command.py.
◆ _get_listener_path()
| def robotide.contrib.testrunner.Command.Command._get_listener_path |
( |
|
self | ) |
|
|
private |
◆ _get_listener_to_cmd()
| def robotide.contrib.testrunner.Command.Command._get_listener_to_cmd |
( |
|
self | ) |
|
|
private |
◆ build()
| def robotide.contrib.testrunner.Command.Command.build |
( |
|
self | ) |
|
◆ with_args_file()
| def robotide.contrib.testrunner.Command.Command.with_args_file |
( |
|
self, |
|
|
|
args_file |
|
) |
| |
◆ with_listener()
| def robotide.contrib.testrunner.Command.Command.with_listener |
( |
|
self, |
|
|
|
port, |
|
|
|
pause_on_failure = False |
|
) |
| |
◆ with_prefix()
| def robotide.contrib.testrunner.Command.Command.with_prefix |
( |
|
self, |
|
|
|
prefix |
|
) |
| |
◆ with_tests_suite_file()
| def robotide.contrib.testrunner.Command.Command.with_tests_suite_file |
( |
|
self, |
|
|
|
tests_suit_file |
|
) |
| |
◆ _args_file
| robotide.contrib.testrunner.Command.Command._args_file |
|
private |
◆ _listener
| robotide.contrib.testrunner.Command.Command._listener |
|
private |
◆ _prefix
| robotide.contrib.testrunner.Command.Command._prefix |
|
private |
◆ _tests_suite_file
| robotide.contrib.testrunner.Command.Command._tests_suite_file |
|
private |
The documentation for this class was generated from the following file: