diff --git a/mlx/robot_parser.py b/mlx/robot_parser.py index dde98ed..fa13db9 100644 --- a/mlx/robot_parser.py +++ b/mlx/robot_parser.py @@ -21,7 +21,8 @@ def __init__(self, robot_file, tags_for_inclusion, *args, **kwargs): Args: robot_file (Path): Path to the .robot file. - include_tags (list): Regexes for matching tags to only include test cases that have at least one matching tag. + include_tags (list): Regexes for matching tags to only include test cases that have at least one matching + tag. """ super().__init__(*args, **kwargs) self.robot_file = str(robot_file.resolve(strict=True))