← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #173217]: Problems running unit tests from Win7 command line

 

Question #173217 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/173217

    Status: Open => Answered

RaiMan proposed the following answer:
confirmed: this is a bug.

tested on same configuration:

--- run with -t from command line gives the above error
def test(self):
    print find(<some-image>)

--- run with -r from command line - this works
def test(self):
    print find(<some-image>)
test(None)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.