class documentation
class GunzipTestCase(HTTPGitApplicationTestCase):
Undocumented
Method | set |
Undocumented |
Method | test |
Undocumented |
Method | test |
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 |
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 |
Undocumented |
Method | _get |
Undocumented |
Method | _test |
Undocumented |
Instance Variable | _app |
Undocumented |
Inherited from HTTPGitApplicationTestCase
:
Method | test |
Undocumented |
Method | _add |
Undocumented |
Method | _test |
Undocumented |
Instance Variable | _environ |
Undocumented |
Inherited from TestCase
(via HTTPGitApplicationTestCase
):
Method | override |
Undocumented |
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.)
Similar to 'test_call_no_seek', but this time the methods are available (but defunct). See https://github.com/jonashaag/klaus/issues/154.