[Twisted-Python] Twisted 15.0 Release Announcement

2015-01-30 Thread HawkOwl
Hi everyone! On behalf of Twisted Matrix Laboratories, I am honoured to announce that Twisted 15.0.0 is *here*! Highlights are: - SSLv3 is disabled by default by endpoints created by `twisted.internet.endpoints.serverFromString` and `twisted.internet.endpoints.clientFromString`. - inlineCallb

Re: [Twisted-Python] bringing TxMongo back from the brink!

2015-01-30 Thread bret curtis
On Fri, Jan 30, 2015 at 4:19 AM, Glyph wrote: > > > On Jan 29, 2015, at 12:05 PM, Clayton Daley > wrote: > > Unless Twisted loves the idea of hosting this, it might make more sense to > start a TxCommons (like https://github.com/ZF-Commons). This shifts the > emphasis away from the Twisted and o

Re: [Twisted-Python] Unit testing, trail, inlineCallbacks, deferreds and mocking

2015-01-30 Thread Patryk Ściborek
Hi James, Thank you for Your response, it was very helpful :) I hope you don't mind if I use your testing.py in my project. I wrote tests for the SessionCleaner class and they seems to be OK ( https://github.com/scibi/pyradacctsrv/blob/master/tests/test_cleaner.py). I saw your post from July 2013