-
Descriptor class for deferred condition checking.
-
WSGI middleware that intercepts calls to a directory, as defined by one of the *_ROOT settings, and serves those files, publishing them under *_URL.
-
Do basically the same as TransactionTestCase but also launch a live HTTP
-
Thread for running a live http server while the tests are running.
-
A WSGIRequestHandler that doesn't log to standard output any of the requests received, so as to not clutter the test result output.
-
Enforce serialization of TestCases that share a common resource.
-
-
Similar to TransactionTestCase, but use `transaction.atomic()` to achieve test isolation.
-
Descriptor to provide TestCase instance isolation for attributes assigned during the setUpTestData() phase.
-