File tree 2 files changed +12
-7
lines changed
doc/userguide/src/ExtendingRobotFramework
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -402,13 +402,18 @@ override possible existing class attributes.
402
402
403
403
When a class is decorated with the `@library ` decorator, it is used as a library
404
404
even when a `library import refers only to a module containing it `__. This is done
405
- regardless does the the class name match the module name or not .
405
+ whether or not the class name matches the module name.
406
406
407
- .. note :: The `@library` decorator is new in Robot Framework 3.2,
408
- the `converters ` argument is new in Robot Framework 5.0, and
409
- specifying that a class in an imported module should be used as
407
+ .. note :: The `@library` decorator is new in Robot Framework 3.2.
408
+
409
+ The `converters ` argument is new in Robot Framework 5.0.
410
+
411
+ Specifying that a class in an imported module should be used as
410
412
a library is new in Robot Framework 7.2.
411
413
414
+ The `auto_keywords=None ` option, to suppress the 'library contains no
415
+ keywords' warning, is new in Robot Framework 7.3.
416
+
412
417
__ `library scope `_
413
418
__ `library version `_
414
419
__ `Custom argument converters `_
Original file line number Diff line number Diff line change @@ -827,9 +827,9 @@ That method is always called when the library goes out of its scope.
827
827
Listener examples
828
828
-----------------
829
829
830
- This section contains examples using the listener interface. First examples
831
- illustrate getting notifications durin execution and latter examples modify
832
- executed tests and created results.
830
+ This section contains examples using the listener interface. The first examples
831
+ illustrate how to get notifications during execution. Later examples also
832
+ modify executed tests and created results.
833
833
834
834
Getting information
835
835
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments