Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: test function names should have at least one character after prefix test

2011-09-15 Thread RaiMan
Question #171215 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/171215

Summary changed to:
IDE: Unit test: test function names should have at least one character after 
prefix test

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: test function names should have at least one character after prefix test

2011-09-15 Thread RaiMan
Question #171215 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/171215

RaiMan proposed the following answer:
If you make any changes to a test script, you have to save it before
running it again.

BTW: if you have only one test function, this can be named test only
(Sorry for misleading)

this runs for me with rc3 in IDE UnitTest:

def test(self):
print "in test"
return True

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #171215]: IDE: Unit test: test function names should have at least one character after prefix test

2011-09-15 Thread Dude
Question #171215 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/171215

Status: Answered => Solved

Dude confirmed that the question is solved:
Oh thank you that solved my problem

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp