New question #199885 on Sikuli: https://answers.launchpad.net/sikuli/+question/199885
Using python's unittest module, we have written a number of test suites in Sikuli. Currently we are using unittest.TestSuite(), and loading tests directly into a runner. As our test suite grows, using something like nose or proboscis is more desired. However both nose and proboscis do not import successfully into a Sikuli script. You'll get the '"ImportError: No module named proboscis" error. Though this works just fine from python, seems to be a limitation in Sikuli not being above to load? I've encountered this other times when loading other python modules like json for example. related to : https://answers.launchpad.net/sikuli/+question/186626 Thanks, Nick -- 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

