class documentation

Undocumented

Method setUp Undocumented
Method test_call Undocumented
Method test_call_no_seek This ensures that the gunzipping code doesn't require any methods on 'wsgi.input' except for '.read()'. (In particular, it shouldn't require '.seek()'. See https://github.com/jelmer/dulwich/issues/140...
Method test_call_no_working_seek Similar to 'test_call_no_seek', but this time the methods are available (but defunct). See https://github.com/jonashaag/klaus/issues/154.
Class Variable __doc__ Undocumented
Class Variable example_text Undocumented
Method _get_zstream Undocumented
Method _test_call Undocumented
Instance Variable _app Undocumented

Inherited from HTTPGitApplicationTestCase:

Method test_fallback_app Undocumented
Method _add_handler Undocumented
Method _test_handler Undocumented
Instance Variable _environ Undocumented

Inherited from TestCase (via HTTPGitApplicationTestCase):

Method overrideEnv Undocumented
def test_call_no_seek(self):

This ensures that the gunzipping code doesn't require any methods on 'wsgi.input' except for '.read()'. (In particular, it shouldn't require '.seek()'. See https://github.com/jelmer/dulwich/issues/140.)

def test_call_no_working_seek(self):

Similar to 'test_call_no_seek', but this time the methods are available (but defunct). See https://github.com/jonashaag/klaus/issues/154.

__doc__: str =

Undocumented

example_text =

Undocumented

def _get_zstream(self, text):

Undocumented

def _test_call(self, orig, zstream, zlength):

Undocumented