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

2013-05-04 Thread Aravind
New question #228125 on Sikuli: https://answers.launchpad.net/sikuli/+question/228125 If it is a unittest that involve a single xml-rpc requests/response between an xml-rpc client/server, it works fine and generates report on one end but if the scenario scales to more than one xml-rpc request,

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

2013-05-04 Thread RaiMan
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) #

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

2013-05-04 Thread Aravind
Question #228125 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228125 Status: Needs information = Open Aravind gave more information on the question: Sorry for the lack of clarity in my question. I will re-frame it this way:

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

2013-05-04 Thread RaiMan
Question #228125 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228125 Status: Open = Needs information RaiMan requested more information: Not clear, how this should work. using self on indent level 0? self.xyz_server.register_instance(XYZ()) # methods multiply divide

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

2013-05-04 Thread Aravind
Question #228125 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228125 Status: Needs information = Open Aravind gave more information on the question: Sorry Raiman, I thought of copying the relevant code only here. Here, SimpleThreadedXMLRPCServer is being used. So there

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

2013-05-04 Thread RaiMan
Question #228125 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228125 Status: Open = Needs information RaiMan requested more information: pls. do not blame me to be ignorant or foolish ;-) ... but taking the snippet the test suites are run before the server is started

[Sikuli-driver] [Bug 907726] Re: X-1.0: Region.text(): Null pointer exception with testing frameworks --- fix proposed

2013-05-04 Thread RaiMan
fixed in successor class FileManager. thanks for patch. ** Changed in: sikuli Status: In Progress = Fix Committed ** Changed in: sikuli Importance: Low = Critical ** Changed in: sikuli Milestone: None = x1.0 -- You received this bug notification because you are a member of

Re: [Sikuli-driver] [Question #228089]: howto extend region class for long click?

2013-05-04 Thread Chris Kiick
Question #228089 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228089 Status: Answered = Solved Chris Kiick confirmed that the question is solved: I might look into making some sort of click delay interface. There are other requests for it. I decided I didn't need to

Re: [Sikuli-driver] [Question #228089]: howto extend region class for long click?

2013-05-04 Thread RaiMan
Question #228089 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228089 Assignee: None = RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___