← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #199885]: using proboscis or just nose programmatically in Sikuli scripts

 

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.