Re: [Twisted-Python] Running Twisted tests with testtools

2012-02-07 Thread Glyph
On Feb 7, 2012, at 3:49 PM, Free Ekanayaka wrote: > Hi Jonathan, > > |--==> On Mon, 6 Feb 2012 19:01:30 +, Jonathan Lange > said: > > [...] > > JL> As much as I would like to see that happen, I am not ever going to do > JL> anything about it. > > So what position can the Twisted proje

Re: [Twisted-Python] How to Control Twisted Program through CLI

2012-02-07 Thread Glyph
On Feb 7, 2012, at 9:04 PM, Peng Xiao -X (penxiao - Digital China at Cisco) wrote: > Hi experts, > > I have one twisted program, and it used to connected some servers through > reactor.connectTCP(), > And now, when the program is running, I want to add another connection or > disconnect one

[Twisted-Python] How to Control Twisted Program through CLI

2012-02-07 Thread Peng Xiao -X (penxiao - Digital China at Cisco)
Hi experts, I have one twisted program, and it used to connected some servers through reactor.connectTCP(), And now, when the program is running, I want to add another connection or disconnect one connection already has through reactor.connectTCP(), how can I do that? Best Regards,

Re: [Twisted-Python] Running Twisted tests with testtools

2012-02-07 Thread Free Ekanayaka
Hi Jonathan, |--==> On Mon, 6 Feb 2012 19:01:30 +, Jonathan Lange said: [...] JL> As much as I would like to see that happen, I am not ever going to do JL> anything about it. So what position can the Twisted project realistically take? Keep using trial for testing Twisted itself, but