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
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