package documentation

Django Unit Test framework.

Module client No module docstring; 0/4 constant, 3/5 functions, 1/1 exception, 8/8 classes documented
Module html Compare two HTML documents.
Module runner No module docstring; 0/1 variable, 11/14 functions, 7/8 classes documented
Module selenium Undocumented
Module signals Undocumented
Module testcases No module docstring; 4/6 functions, 0/1 exception, 9/16 classes documented
Module utils No module docstring; 0/1 variable, 0/1 constant, 19/20 functions, 9/14 classes documented

From __init__.py:

Class LiveServerTestCase Do basically the same as TransactionTestCase but also launch a live HTTP server in a separate thread so that the tests may use another testing framework, such as Selenium for example, instead of the built-in dummy client...
Function skipUnlessAnyDBFeature Skip a test unless a database has any of the named features.
def skipUnlessAnyDBFeature(*features): (source)

Skip a test unless a database has any of the named features.