robotframework / PythonRemoteServer

Robot Framework remote server implemented with Python
Apache License 2.0
152 stars 83 forks source link

Support keyword-only arguments #54

Open pekkaklarck opened 5 years ago

pekkaklarck commented 5 years ago

RF 3.1 got support for keyword-only arguments (robotframework/robotframework#2555) and also the dynamic API (and thus also the remote API) supports them (robotframework/robotframework#2897). Python Remote Server should support them as well.