Re: [Sikuli-driver] [Question #201012]: Simply Unit Testing not working - or is it me?

2012-06-22 Thread RaiMan
Question #201012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201012 Status: Open => Answered RaiMan proposed the following answer: --- I am still curious about the parts after the '-' in the above question. How you should organize a more complex script/module structu

Re: [Sikuli-driver] [Question #201116]: Mouse actions not working

2012-06-22 Thread RaiMan
Question #201116 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201116 Status: Open => Needs information RaiMan requested more information: Could you paste a snippet of your trials here or send me a screenshot and your .sikuli zipped together to my mail -> https://launchpad

[Sikuli-driver] [Bug 1016426] [NEW] Sikuli-ide crashes when interacted with in Ubuntu 11.04

2012-06-22 Thread Grant Young
Public bug reported: I've just install Sikuli on a new Ubuntu 11.04 system via it's zip file along with it's needed dependencies. Sikuli-ide starts up as expected. However as soon as I interact with the ide, e.g. select an item in a menu (Open) or even attempt to close the window it freezes \ cra

Re: [Sikuli-driver] [Question #201116]: Mouse actions not working

2012-06-22 Thread anisha
Question #201116 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201116 Status: Needs information => Solved anisha confirmed that the question is solved: I figured out the problem! Thanks! -- You received this question notification because you are a member of Sikuli Driver

[Sikuli-driver] [Question #201204]: Skip TestCase based on previous success/failure

2012-06-22 Thread Kyle VandenLangenberg
New question #201204 on Sikuli: https://answers.launchpad.net/sikuli/+question/201204 Hello, So I am building a large testing procedure using the Sikuli IDE. Right now it is structured like this: class xyz(unittest.TestCase) def ... class abc(unittest.TestCase) def Class 'xy

Re: [Sikuli-driver] [Question #201204]: Skip TestCase based on previous success/failure

2012-06-22 Thread Jacob Dorman
Question #201204 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201204 Status: Open => Answered Jacob Dorman proposed the following answer: I'd use a try-catch block inside of the testcase for 'xyz'. I assume you're considering a FindFailed or similar exception to be faili

Re: [Sikuli-driver] [Question #201204]: Skip TestCase based on previous success/failure

2012-06-22 Thread Kyle VandenLangenberg
Question #201204 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201204 Status: Answered => Open Kyle VandenLangenberg is still having a problem: Thanks for the response. I'm a huge novice when it comes to this stuff. So let me see if I get this. To reiterate what I'm doin

Re: [Sikuli-driver] [Question #201116]: Mouse actions not working

2012-06-22 Thread RaiMan
Question #201116 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201116 RaiMan posted a new comment: what was the solution? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

[Sikuli-driver] [Bug 1016426] Re: Sikuli-ide crashes when interacted with in Ubuntu 11.04

2012-06-22 Thread RaiMan
Which Java version? Oracle official JRE 6 should work. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1016426 Title: Sikuli-ide crashes when interacted with in Ubuntu 11.04 Status in Sikuli: N

Re: [Sikuli-driver] [Question #201204]: Skip TestCase based on previous success/failure

2012-06-22 Thread RaiMan
Question #201204 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201204 Status: Open => Answered RaiMan proposed the following answer: Since you seem to be relatively new to testing with Python's unittest, but the right way would be to analyze the test test results produced