Undocumented
Class | _AssertNumQueriesContext |
Undocumented |
Class | _AssertTemplateNotUsedContext |
Undocumented |
Class | _AssertTemplateUsedContext |
Undocumented |
Class | _DatabaseFailure |
Undocumented |
Class | _MediaFilesHandler |
Handler for serving the media files. A private class that is meant to be used solely as a convenience by LiveServerThread. |
Class | _StaticFilesHandler |
Handler for serving static files. A private class that is meant to be used solely as a convenience by LiveServerThread. |
Class | CheckCondition |
Descriptor class for deferred condition checking. |
Class | FSFilesHandler |
WSGI middleware that intercepts calls to a directory, as defined by one of the *_ROOT settings, and serves those files, publishing them under *_URL. |
Class | LiveServerThread |
Thread for running a live HTTP server while the tests are running. |
Class | QuietWSGIRequestHandler |
A WSGIRequestHandler that doesn't log to standard output any of the requests received, so as to not clutter the test result output. |
Class | SerializeMixin |
Enforce serialization of TestCases that share a common resource. |
Class | SimpleTestCase |
No class docstring; 0/2 instance variable, 0/5 class variable, 25/30 methods, 0/4 class method documented |
Class | TestCase |
Similar to TransactionTestCase, but use transaction.atomic() to achieve test isolation. |
Class | TestData |
Descriptor to provide TestCase instance isolation for attributes assigned during the setUpTestData() phase. |
Class | TransactionTestCase |
No class docstring; 0/6 class variable, 2/8 methods, 0/1 class method documented |
Function | _deferredSkip |
Undocumented |
Function | assert_and_parse_html |
Undocumented |
Function | connections_support_transactions |
Return whether or not all (or specified) connections support transactions. |
Function | skipIfDBFeature |
Skip a test if a database has at least one of the named features. |
Function | skipUnlessDBFeature |
Skip a test unless a database has all the named features. |
Function | to_list |
Put value into a list if it's not already one. Return an empty list if value is None. |