`Python Library Core`_ is a generic component making it easier to create bigger Robot Framework test libraries. Python Library Core 4.1.1 is a new hotfix release with bug fixes for named arguments support.
All issues targeted for Python Library Core v4.1.1 can be found from the issue tracker.
If you have pip installed, just run
pip install --upgrade pip install robotframework-pythonlibcore
to install the latest available release or use
pip install pip install robotframework-pythonlibcore==4.1.1
to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.
Python Library Core 4.1.1 was released on Friday February 17, 2023.
DynamicCore
doesn't handle named only arguments properly (#111)
PLC did not handle named only argumets correctly. If keyword looked like:
def kw(self, *, arg)
then argument secification not correcly returned.
ID | Type | Priority | Summary |
---|---|---|---|
#111 | bug | high | DynamicCore doesn't handle named only arguments properly |
Altogether 1 issue. View on the issue tracker.