Part of twisted View Source
Asynchronous unit testing framework.
Trial extends Python's builtin unittest to provide
support for asynchronous tests.
| Module | itrial | Interfaces for Trial. |
| Module | reporter | Defines classes that handle the results of tests. |
| Module | runner | A miscellany of code used to run Trial tests. |
| Module | unittest | Things likely to be used by writers of unit tests. |
| Module | util | A collection of utility functions and classes, used internally by Trial. |