January 11, 2003
Learning about the twisted trial unittesting framework
I used to run the woven tests by themselves a lot using the -file switch of admin/runtests. Since the trial unittest framework has been checked in, this no longer works. It appears the way to run a single test is to use the -m switch to specify the module that contains the tests:
bin/trial -m twisted.test.test_woven
Posted by Donovan at 18:08:41