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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

