Sept. 25, 2006
5:31 p.m.
Do you get any output at all? Yes, I see a lot of input
It is not uncommon for the full test suite to take as long as ten minutes. It might take even longer, depending on how fast the machine running the tests is.
AMD 2.6, 750 MB ram
You may also want to try running a subset of the tests. To run only the core tests, "trial twisted.test". To run only the web tests, "trial twisted.web", etc.
michele:~$ trial twisted.web <cut code> Ran 186 tests in 4.249s PASSED (skips=22, expectedFailures=6, successes=158) What subset of test need I to execute for see the wxreactor problems, since I can't try the whole one? Michele