Re: [Twisted-Python] reactor start/stop frustrations in tests

2010-01-20 Thread Glyph Lefkowitz
On Jan 20, 2010, at 10:36 PM, Brad Milne wrote: > Hi all > > I know this has been discussed numerous times, but I need some extra help. I > have used nose.twistedtools' @deferred decorator to run the reactor within a > test method to date. Now I am writing some performance tests for our > app

[Twisted-Python] reactor start/stop frustrations in tests

2010-01-20 Thread Brad Milne
Hi all I know this has been discussed numerous times, but I need some extra help. I have used nose.twistedtools' @deferred decorator to run the reactor within a test method to date. Now I am writing some performance tests for our application and need better control over the reactor. nose has thre