Skip to content

Commit ea625d3

Browse files
committed
Document that @Keyword is supported.
1 parent 5588185 commit ea625d3

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,19 @@ IronPython_ (.NET) and PyPy_. Remote server 1.1 and newer support Python 2.6,
3232
Supported library APIs
3333
----------------------
3434

35-
Starting from Remote server 1.1, Robot Frameworks normal static, hybrid and
36-
dynamic library APIs are all supported. Earlier versions support only the
37-
static and hybrid APIs.
35+
Starting from Remote server 1.1, Robot Framework's normal `static, hybrid and
36+
dynamic library APIs`__ are all supported. This includes setting custom name
37+
and tags for keywords using the `robot.api.deco.keyword`__ decorator.
38+
Earlier versions support only the static and hybrid APIs and do not support
39+
the keyword decorator.
3840

3941
For most parts these APIs work exactly like when using with Robot Framework
40-
normally. There are, however, some features that are not currently supported:
42+
normally. There main limitation is that logging using ``robot.api.logger`` or
43+
Python's ``logging`` module `is not supported`__.
4144

42-
- Logging using ``robot.api.logger`` or Python's ``logging`` module is not
43-
supported.
44-
- It is not possible to give a custom name to static or hybrid keywords using
45-
the ``@keyword`` decorator.
45+
__ http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-test-libraries
46+
__ http://robot-framework.readthedocs.io/en/latest/autodoc/robot.api.html#robot.api.deco.keyword
47+
__ https://github.com/robotframework/PythonRemoteServer/issues/26
4648

4749
Installation
4850
------------

0 commit comments

Comments
 (0)