Help! Sikuli unit test can not run
- by Janet
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