Re: [Sikuli-driver] [Question #664253]: Import pytest library into the sikuli script

2018-02-12 Thread sam
Question #664253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664253 Status: Answered => Solved sam confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #664253]: Import pytest library into the sikuli script

2018-02-11 Thread RaiMan
Question #664253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664253 RaiMan proposed the following answer: Apparently, the Jython setup in case IDE (everything bundled) XMLTestRunner does not accept a file object as 1st parameter, but expects a string. so try with the

Re: [Sikuli-driver] [Question #664253]: Import pytest library into the sikuli script

2018-02-09 Thread sam
Question #664253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664253 sam posted a new comment: RaiMan, Thank you very much. I took a look around to see if pytest is compatible with Jython. It seems Pytest does not support Jython 2.5.3 and 2.7. I put some links below:

Re: [Sikuli-driver] [Question #664253]: Import pytest library into the sikuli script

2018-02-09 Thread RaiMan
Question #664253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664253 Status: Open => Answered RaiMan proposed the following answer: check wether pytest is Jython compatible (Python language only, no C-based library stuff) and read:

[Sikuli-driver] [Question #664253]: Import pytest library into the sikuli script

2018-02-09 Thread sam
New question #664253 on Sikuli: https://answers.launchpad.net/sikuli/+question/664253 Hello, I am trying to run a simple Sikuli script that open an App and then using pytest library to check if the app is open or not. However, Sikuli gives me this error:"No module named pytest". Basically, it