<p dir="ltr"><br>
On Wed, 25 Sep 2013 18:45:44 -0000 <a href="mailto:exarkun@twistedmatrix.com">exarkun@twistedmatrix.com</a> wrote:<br>
> On 06:15 pm, <a href="mailto:rowen@uw.edu">rowen@uw.edu</a> wrote:<br>
> >Is it possible to run twisted.trial unit tests using python instead of<br>
> >trial, i.e.: "python mytest.py" instead of  "trial mytest.py"?<br>
><br>
> Sure.  Here's the worst case answer (contents of mytest.py):<br>
><br>
>     import os<br>
>     os.system("trial myrealtests.py")</p>
<p dir="ltr">There is also <a href="http://twistedmatrix.com/trac/ticket/4797">http://twistedmatrix.com/trac/ticket/4797</a></p>
<p dir="ltr">Cheers,<br>
Julian<br>
</p>