Re: [Twisted-Python] Stopping Reactor in UnitTest Callback

2013-01-24 Thread Fabian Rothfuchs
Hey again! Having the setup doing quite well so far, I just ran into a problem that I do not know how to debug: Testcase `setUp()` starts a server that subclasses `twisted.web.resource.Resource` , as it's going to be a lightweight SOAP server, responding with hard-coded xml strings. Purpose is to

Re: [Twisted-Python] Stopping Reactor in UnitTest Callback

2013-01-24 Thread exarkun
On 02:34 pm, fabian.rothfu...@googlemail.com wrote: >Hey again! >Having the setup doing quite well so far, I just ran into a problem >that I >do not know how to debug: > >Testcase `setUp()` starts a server that subclasses >`twisted.web.resource.Resource` , as it's going to be a lightweight >SOAP