Hi all<div><br></div><div>I know this has been discussed numerous times, but I need some extra help. I have used nose.twistedtools&#39; @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.</div>
<div><br></div><div>nose has threaded_reactor() and reactor_stop() to control things, but regardless, it still doesn&#39;t seem to shut down. I need to shut down the reactor between tests so that requests are dropped (ie get a real representation of completed tasks within test time). Would you recommend trial instead?</div>
<div><br></div><div>Many thanks</div><div>Brad</div>