sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11002
Re: [Question #199885]: using proboscis or just nose programmatically in Sikuli scripts
Question #199885 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/199885
Nick Newell posted a new comment:
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
from 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.