Question #199885 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/199885
Status: Open => Solved
Nick Newell confirmed that the question is solved:
ftr - the suggestions in the linked question, was what i needed. more
explictly for my system
sys.path.append('/Library/Python/2.7/site-packages/')
this allows you to then :
import nose
import proboscis import TestProgram
and call either as :
args = ['','--where=path_to_your_test_dir']
nose.core.run(argv=args)
or something like :
TestProgram().run_and_exit()
SOLVED!
--
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