robot.running.arguments.embedded
¶
EmbeddedArguments
¶
EmbeddedArguments(
name: Pattern,
args: Sequence[str] = (),
custom_patterns: Mapping[str, str] | None = None,
)
Source code in src/robot/running/arguments/embedded.py
validate
¶
Validate that embedded args match custom regexps.
Initial validation is done already when matching keywords, but this validation makes sure arguments match also if they are given as variables.
Currently, argument not matching only causes a deprecation warning, but
that will be changed to ValueError in RF 8.0:
#4069