Pekka Klärck
Pekka Klärck
Do I get it right that with GraalPython you get 75 failures and with CPython you get 160? The former number is really promising. There likely are tests that would...
I don't know how groupIds are typically handled. Do others, for example @jussimalinen or @Hi-Fi, have insight about this? Documentation should be so good that others can use the libraries...
One thing to decide is what functionality to move into the possible new RobotLibraryCore base class. Possible solutions: 1. Just create empty RobotLibraryCore class and change HybridCore to extend it....
Well, `__getattr__` provides the ability to call exposed keywords directly using the main library like `SeleniumLibrary().open_browser()`. Removing that support from this project would require re-implementing it in SL. Clearly not...
And it confirms option 3 is not a good idea.
It seems the code is not Python 3 compatible. This project is currently unmaintained so don't know when, if ever, the problem is fixed.
Added simple acceptance test runner in d7c1cbf44d3733adf560077e686769ca3a6b2074 and enhanced it in a7ba130cae06a0ee3c9c62f4b98338e6a8ddbe4d (that I forgot to link to this issue). The new script is in `atest/run.py` and ought to support...
Above commits added utest runner and enhanced atest runner. I consider them ready but would like a second opinion before removing old runner scripts. The main remaining task is changing...
The commit above added new images. Images used in slides still need to be updates.
I've missed this one earlier. Is your server mature enough to be listed here @cneira? Would you care to create a PR to add it to the README.rst?