Re: [Sikuli-driver] [Question #166838]: Get test a to run before test b

2012-01-19 Thread RaiMan
Question #166838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166838 RaiMan posted a new comment: @ Jerome No, these kinds of tests that work in Sikuli IDE's test environment are not based on Pythons unittest. Internally they are run using Java's JUnit. see faq 1804 for deta

Re: [Sikuli-driver] [Question #166838]: Get test a to run before test b

2012-01-18 Thread Jerome Turner
Question #166838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166838 Jerome Turner requested more information: @RaiMan [Quote]BTW: If you want to be the master of the test environment, use the Python unit test yourself and run your tests from command line:[/Quote] What do yo

Re: [Sikuli-driver] [Question #166838]: Get test a to run before test b

2011-10-21 Thread dinev
Question #166838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166838 dinev posted a new comment: Currently the unit test run gets cases in backward alphabetic order :-) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #166838]: Get test a to run before test b

2011-10-20 Thread RaiMan
Question #166838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166838 RaiMan posted a new comment: @ Bob added your subscription -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #166838]: Get test a to run before test b

2011-10-20 Thread RaiMan
Question #166838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166838 RaiMan proposed the following answer: @ Bob Rewriting/optimizing the test feature is generally on the developer's todo-list. But currently I did not see any movement yet. -- You received this question noti

Re: [Sikuli-driver] [Question #166838]: Get test a to run before test b

2011-10-19 Thread Bob Hag
Question #166838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166838 Bob Hag posted a new comment: Is there a fix coming for fixing the Test Run Order? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikul

Re: [Sikuli-driver] [Question #166838]: Get test a to run before test b

2011-08-03 Thread RaiMan
Question #166838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166838 Status: Open => Answered RaiMan proposed the following answer: This is one of the weirds of this Sikuli IDE feature. the tests are just run backwards in the sequence they are written: the last one first

[Sikuli-driver] [Question #166838]: Get test a to run before test b

2011-08-03 Thread Paul Lovewell
New question #166838 on Sikuli: https://answers.launchpad.net/sikuli/+question/166838 Hey folks. I'm sure this is pretty dumb question. I've written a huge Sikuli tour through a complex part of my app and it is tight. However I'm starting to port over to Unit test running and have hit a snag tha