Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb5cc74

Browse files
committed
docs update following library decorator change
1 parent 7582796 commit fb5cc74

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

doc/userguide/src/ExtendingRobotFramework/CreatingTestLibraries.rst

+9-4
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,18 @@ override possible existing class attributes.
402402

403403
When a class is decorated with the `@library` decorator, it is used as a library
404404
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.
406406

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
410412
a library is new in Robot Framework 7.2.
411413

414+
The `auto_keywords=None` option, to suppress the 'library contains no
415+
keywords' warning, is new in Robot Framework 7.3.
416+
412417
__ `library scope`_
413418
__ `library version`_
414419
__ `Custom argument converters`_

doc/userguide/src/ExtendingRobotFramework/ListenerInterface.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -827,9 +827,9 @@ That method is always called when the library goes out of its scope.
827827
Listener examples
828828
-----------------
829829

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.
833833

834834
Getting information
835835
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)