sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #15824
Re: [Question #220737]: update of Sikuli's Jython for unitttest
Question #220737 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/220737
Status: Open => Answered
RaiMan proposed the following answer:
The language level of the current Jython (latest 2.5.3) is still Python
2.5 and the same goes for the implemented standard modules like unittest
(which has no skip() in 2.5 nor annotations like you mentioned).
Your Sikuli uses Jython 2.5.2 if it is the latest version.
There is a Python module unittest2 that backports some 2.7 features to 2.5 and can be used in Jython since it is plain Python.
https://answers.launchpad.net/sikuli/+question/192876
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.