module documentation

Tests for twisted.web.wsgi.

Class ApplicationTests Tests for things which are done to the application object and the iterator it returns.
Class EnvironTests Tests for the values in the environ dict passed to the application object by twisted.web.wsgi.WSGIResource.
Class InputStreamBytesIOTests Tests for _InputStream when it is wrapped around an io.BytesIO.
Class InputStreamTemporaryFileTests Tests for _InputStream when it is wrapped around a tempfile.TemporaryFile.
Class InputStreamTestMixin A mixin for TestCase subclasses which defines a number of tests against _InputStream. The subclass is expected to create a file-like object to be wrapped by an _InputStream under test.
Class StartResponseTests Tests for the start_response parameter passed to the application object by WSGIResource.
Class SynchronousReactorThreads A single-threaded implementation of part of the IReactorThreads interface. This implementation assumes that it will only be invoked from the reactor thread, so it calls functions synchronously rather than trying to schedule them to run in the reactor thread...
Class SynchronousThreadPool A single-threaded implementation of part of the ThreadPool interface. This implementation calls functions synchronously rather than running them in a thread pool. It is used to make the tests which are not directly for thread-related behavior deterministic.
Class WSGIResourceTests No class docstring; 0/1 instance variable, 4/4 methods documented
Class WSGITestsMixin No summary