On Wed, 25 Sep 2013 18:45:44 -0000 exar...@twistedmatrix.com wrote: > On 06:15 pm, ro...@uw.edu 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 Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python