← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #207167]: Empty report - HTMLTestRunner through command line

 

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

    Status: Needs information => Open

Neo gave more information on the question:
sorry about that. I thought it is not required to look into this issue.

I have a separate method for that.
def suite():
       suite = unittest.TestSuite()
       suite.addTest(SuiteA('A'))
       suite.addTest(SuiteA('B'))
       return suite

suite = suite()
timestamp=....
...
...

Thanks

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