← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #189892]: ImportError: No module named sikuli.Sikuli

 

Question #189892 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189892

    Status: Open => Needs information

RaiMan requested more information:
If you are using Python's unittest module (defining TestCase subclasses
and setting up a TestSuite, that is finally run by a TestRunner
(HTMLTestRunner in this case), the with in each TestCase the "def
testXXX()" are run in alphabetical order).

The problem that tests are run in reverse order as they exist in the
script is only in the case you use the IDE's view Unittest (which I
think cannot be combined with the HTMLTestRunner).

So again: How do you run your test cases? post an example of your
script.

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