PythonLibCore
PythonLibCore copied to clipboard
Tools to ease creating larger test libraries for Robot Framework using Python
Currently both `DynamicCore` and `StaticCore` extend `HybridCore`. This is a bit strange inheritance hierarchy in general, but it's especially stupid to check does a library extend any of these by...
There are several robotlibraries implementet which provide to robot additional functionalies (keywords). Those same keywords are potential candidates to be used as mcp.tools. Why should we implement the same functionality...
When we have translated keywords and the original English keywords, the test run would fail because the English keywords are unknown. Would be nice to have an option to make...