Help! Sikuli unit test can not run
Posted
by Janet
on Stack Overflow
See other posts from Stack Overflow
or by Janet
Published on 2010-05-18T01:54:36Z
Indexed on
2010/05/18
2:01 UTC
Read the original article
Hit count: 409
sikuli
|unit-testing
Hello,
I couldn't run any unit tests either in the window xp?
The IDE is functional. I write the simple example unit test script in the editor, as follow:
def testHelloWorld(self):
print("Hello World!")
but no test shows up in the unit test window. When clicking the Run button of the Unit test pane, nothing happens, and the IDE window dissappears, there is no way to get back to it other than restarting the IDE.
It had stucked me for several days, that would be preciate if anyone can help me solve this problem!
Thank you very much.
Janet
© Stack Overflow or respective owner