Re: [Twisted-Python] Testing Twisted code without trial

2013-01-20 Thread Itamar Turner-Trauring
On 01/20/2013 09:35 AM, Adi Roiban wrote: > Hi, > > I start my pet project using Python Nose as test runner. At the start, > Twisted not used at all. > Later I discovered Twisted and start using it... but testing Twisted > requires trial. > Testing Twisted doesn't actually require trial; if you are

[Twisted-Python] Testing Twisted code without trial

2013-01-20 Thread Adi Roiban
Hi, I start my pet project using Python Nose as test runner. At the start, Twisted not used at all. Later I discovered Twisted and start using it... but testing Twisted requires trial. I resist migrating to Trial and ended up with a custom code for running Twisted tests together with Nose: https