← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #152804]: Why does Sikuli not return to the IDE after running all unit tests?

 

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

Yuren Ju posted a new comment:
not work for me.

my unit test script is simple:

def testA(self):
  print "Test"
  assert (True)

and I use below script to run normal:
testA(None)

and this script is work.

but when I use command line to execute:
./sikuli-ide.sh -t ~/test-sikuli.sikuli/

it only print 
[error] null

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