← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #187287]: Unit-test run using pyunit

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
If I understand right, then you have different .py, that each contain
one ore more definitions like

class Testxxx(unit test.TestCase):

    def testXXX(self):
           # coding

# and so on

Using PyUnit, you get the test runner by the PyDev plugin.

Running on Jython directly, you have to setup your own test runner.

faq 1804 might help to setup some solution.

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