-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Hello,
I am trying to run the server by passing a pythonmodule as library, as I understood it from the docs it should work.
But when I run some keywords from Robot framework the test just stalls and I have to force it to stop.
As soon as I edit my module and change it to a class it works.
It works to pass an objectinstance to RemoteServer and it works to pass a class as static with static methods.
I have an exisiting testlibrary that I would want to run with Robot framework so it would be nice to not have to change too much and be able to run it as an module.
The RemoteServer instance doesnt produce any output or debug messages so I cant give more detailed information at the moment.
If I had missunderstood the docs about support for module I am willing to look into it and try to add support if its something that would be interesting for you.