← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #228125]: How to generate reports using HtmlTestRunner for unittests which involve xml-rpc communication?

 

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

    Status: Open => Needs information

RaiMan requested more information:
scaling means something like that? (more test def()' with XML-RPC calls)

def testx():
     assert getSomethingFromRemote(parmx) # XML_RPC call returning true/false

def testy():
     assert getSomethingFromRemote(parmy) # XML_RPC call returning true/false

or something like that? (more than one call in one def() )

def testz():
     x = getSomethingFromRemote(parmx) # XML_RPC call returning true/false
     y = getSomethingFromRemote(parmy) # XML_RPC call returning true/false
    assert x or y

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