Skip to content

Commit f72ed5e

Browse files
committed
update keyword documentation
1 parent 20293e3 commit f72ed5e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

robotmbt/suitereplacer.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ def treat_model_based(self, **kwargs):
7777
model info that is included in the test steps, the test cases are modifed, mixed and
7878
matched to create unique traces and achieve more test coverage quicker.
7979
80-
Any arguments are handled as if using keyword `Update model-based options`
80+
Any arguments must be named arguments. They are passed on as options to the selected model-based
81+
processor. If an option was already set on library level (See: `Set model-based options` and
82+
`Update model-based options`, then these arguments take precedence over the library option and
83+
affect only the current test suite.
8184
"""
8285
self.robot_suite = self.current_suite
8386

0 commit comments

Comments
 (0)