Tests for twisted.web.wsgi.
| Class | SynchronousThreadPool | No summary |
| Class | SynchronousReactorThreads | No summary |
| Class | WSGIResourceTests | No class docstring; 4/4 methods documented |
| Class | WSGITestsMixin | |
| Class | EnvironTests | Tests for the values in the environ dict
passed to the application object by twisted.web.wsgi.WSGIResource. |
| 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 | InputStreamStringIOTests | Tests for _InputStream
when it is wrapped around a StringIO.StringIO. |
| Class | InputStreamCStringIOTests | Tests for _InputStream
when it is wrapped around a cStringIO.StringIO. |
| 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 | StartResponseTests | Tests for the start_response parameter passed to the application
object by WSGIResource. |
| Class | ApplicationTests | Tests for things which are done to the application object and the iterator it returns. |