← 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:
let me explain my situation:

1. I write a unit test:

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

2. press ctrl + U, and press "run"
3. sikuli show a small dialog, which contain:

(run button)
Runs: 0/0, Errors: 0, Failures: 0

4. so I guess my script incorrect, so I add:
testA(None)
to normal run the script, but it work.

5. I try to run unit test script from command line (remove testA(None), but sikuli only print 
[error] null

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