← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #177314]: My Unit Test is not running, how can I troubleshoot the problem?

 

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

    Status: Answered => Open

Stefan Baramov is still having a problem:
The following does not run and I cannot find the syntax error. Do I need
to somehow install extra jars or something else ?

def setUp(self):
    print "Setting up"

def tearDown(self):
    print "Tearing down"

def testA(self):
    print "A"
    
def testB(self):
    assert 'a' == 'b'

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