Re: [Twisted-Python] @inlinecallbacks and AlreadyCalledError in test cases

2011-04-04 Thread Brad Milne
On 5 April 2011 14:21, wrote: > On 01:39 am, brad.mi...@devx.runthered.com wrote: > >Hi all > > > >I have recently started switching to trial.unittest from python's own. > >The > >trouble I'm experiencing is when a timeout occurs in my test, it > >errbacks(). > >Then the @inlineCallbacks decorato

Re: [Twisted-Python] @inlinecallbacks and AlreadyCalledError in test cases

2011-04-04 Thread exarkun
On 01:39 am, brad.mi...@devx.runthered.com wrote: >Hi all > >I have recently started switching to trial.unittest from python's own. >The >trouble I'm experiencing is when a timeout occurs in my test, it >errbacks(). >Then the @inlineCallbacks decorator sees the error and errbacks(). But >then >a