Comment #9 on issue 1500 by zimmermann.c...@gmail.com: **kwargs support for Dynamic Test Libraries
http://code.google.com/p/robotframework/issues/detail?id=1500

Took me a while to get used to Jython and making it run the atests.
I never used Jython and barely used Java at all before... :)

My Jython is a 2.5.2, which led to the exploration of some incompatibilities of my dynamic **kwargs support code with Python/Jython 2.5 (inspect.getargspec returns a plain tuple in 2.5), so I changed that parts to use PythonArgumentParser from robot.running.arguments:

https://bitbucket.org/userzimmermann/robotframework/commits/821d5b0574a4b28d180e9c4f735a8d9ae0af22c5

I also found some 2.5 incompatibilities in some general atest Python modules. I opened a separate issue 1531 for that.

Now I will finally create the tests for Dynamic Java Test Libraries...

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to