Re: [Twisted-Python] Logging observers and threads

2012-07-13 Thread exarkun
On 12 Jul, 07:33 pm, tobias.oberst...@tavendo.de wrote: >>libuv is a giant pile of new, unaudited C code that didn't even have a >>passing >>test suite until a month or two ago. Please feel free to write a >>reactor for it; > >> From what I've read, libuv has designed it's API around the pattern

Re: [Twisted-Python] How to best log server/client interactions from a test?

2012-07-13 Thread Glyph
On Jul 12, 2012, at 1:31 PM, Dan Milstein wrote: > 'lo all, > > I've been doing some work with the twisted.mail.imap4 module, and its > associated unit tests (in order to learn the code more, I'm tackling a few of > the outstanding tickets). > > When running those tests, I'd often like to lo