← 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

Aravind gave more information on the question:
Kindly  insert a wait(10) after xyz_server.start() on either of the
Machines in the above code and then run.

ie; (Here i'm adding it to the Machine 2 code)
xyz_server = ServerThread()
xyz_server.start()
wait(10)

so that you'll be able to see the two way communication in a sequential
manner.


So by running the tests parallelly from both the machines, we'll get the output in this sequential manner:
inside multiply
inside divide
inside add 
inside subtract
which means there's no issue in the two way communication , even though the server&client resides in the same file in both the machines.

But couldn't figure out what is stopping the report being generated.
How does the HtmlTestRunner get reset here, as you mentioned?

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