Skip to content

Commit eb041f7

Browse files
committed
add library api hints
1 parent f888c81 commit eb041f7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ A template for modern [Robot Framework](https://github.com/robotframework/robotf
2121
- [`tox-uv`](https://github.com/tox-dev/tox-uv)
2222
for compatibility testing with multiple versions of Python [which are not end-of-life](https://devguide.python.org/versions/#status-of-python-versions)
2323

24+
## Library hints
25+
26+
Robot Framework [provides three APIs for implementing libraries](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#different-test-library-apis):
27+
28+
- [Static API](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-test-library-class-or-module) (and following docs sections)
29+
- [Dynamic Library API](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#dynamic-library-api)
30+
- [Hybrid Library API](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#hybrid-library-api)
31+
32+
This template provides the easiest possible starting point w.r.t. library design (Static API).
33+
2434
## Migration hints
2535

2636
In case you use `poetry`, `pipenv`, `pip-tools` or `pip`

0 commit comments

Comments
 (0)