Hey there,

I'm trying to start and stop a twisted server in a unittest:
http://dpaste.org/qwaUt/ .

Calling reactor.stop() in the callback causes a KeyboardInterrupt
exception, and tearDown gets never executed, as it's probably waiting for
the test to finish.

After calling `trial d.py` you need to run a `telnet localhost 8007`
manually to stimulate the connectionMade() method.


I'm totally stuck and would appreciate any help.


Thanks

Fabian
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to