On Wed, 25 Sep 2013 18:45:44 -0000 [email protected] wrote:
> On 06:15 pm, [email protected] wrote:
> >Is it possible to run twisted.trial unit tests using python instead of
> >trial, i.e.: "python mytest.py" instead of  "trial mytest.py"?
>
> Sure.  Here's the worst case answer (contents of mytest.py):
>
>     import os
>     os.system("trial myrealtests.py")

There is also http://twistedmatrix.com/trac/ticket/4797

Cheers,
Julian
_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to