← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #219853]: Use Python's unittest in Sikuli

 

Question #219853 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/219853

cicero proposed the following answer:
I found what seems to be a workaround.

1st - Instead of writing from myTestCases import *, I wrote "import
myTestCases" and right below that I wrote "reload(myTestCases)", this
way I force sikuli to update the modifications I made in the test cases
script.

My issue with the tests not being executed was because of how I named
the tests.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.