Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.99 KB

PythonLibCore-4.4.1.rst

File metadata and controls

70 lines (47 loc) · 1.99 KB

Python Library Core 4.4.1

`Python Library Core`_ is a generic component making it easier to create bigger Robot Framework test libraries. Python Library Core 4.4.1 is a new release with a bug fix to not leak keywords names if @keyword decorator defines custom name.

All issues targeted for Python Library Core v4.4.1 can be found from the issue tracker.

If you have pip installed, just run

pip install --pre --upgrade pip install robotframework-pythonlibcore

to install the latest available release or use

pip install pip install robotframework-pythonlibcore==4.4.1

to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.

Python Library Core 4.4.1 was released on Saturday April 6, 2024.

If @keyword deco has custom name, original name leaks to keywords (#146)

If @keyword deco has custom name, then original and not translated method name leaks to keywords. This issue is now fixed.

ID Type Priority Summary
#146 bug critical If @keyword deco has custom name, original name leaks to keywords

Altogether 1 issue. View on the issue tracker.