Re: [Sikuli-driver] [Question #188596]: Unit Testing: Unable to call a function that i define in the same class

2012-02-27 Thread Chan Kok Lum
Question #188596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188596 Status: Answered = Solved Chan Kok Lum confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #188596]: Unit Testing: Unable to call a function that i define in the same class

2012-02-23 Thread Chan Kok Lum
Question #188596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188596 Summary changed to: Unit Testing: Unable to call a function that i define in the same class -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #188596]: Unit Testing: unable to call a function that i define in the same class

2012-02-23 Thread Chan Kok Lum
New question #188596 on Sikuli: https://answers.launchpad.net/sikuli/+question/188596 Hi, I trying to write a test script that contain a self defined function (go_there). They are all located under the same file. I'm not importing anything. The error i am getting is Exception in thread

Re: [Sikuli-driver] [Question #188596]: Unit Testing: Unable to call a function that i define in the same class

2012-02-23 Thread RaiMan
Question #188596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188596 Status: Open = Answered RaiMan proposed the following answer: --1:run def go_there() that is not Python. if you have a function defined somewhere as: def go_there(): ... some code here