Twisted Trial
Trial is not really a stand-alone unit test framework. It is an extension to unittest focused on the testing needs for the Twisted framework.
The Trial how-to http://twistedmatrix.com/projects/core/documentation/howto/testing.html has some information. More valuable, perhaps are the API documents http://twistedmatrix.com/documents …
more ...