Part of elisa.plugins.http_client.tests.test_http_client View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
1123 | Method | setUp | Undocumented |
1126 | Method | tearDown | Undocumented |
1129 | Method | request_done | Undocumented |
1133 | Method | test_no_redirection | Test a simple HTTP request without redirection. |
1144 | Method | test_simple_redirection | Test a single HTTP redirection. |
1155 | Method | test_copy_headers_on_redirection | test that the headers are copied for the redirection |
1172 | Method | test_double_redirection | Test a double HTTP redirection. The first request redirects to a |
1183 | Method | test_redirection_and_close | Test a single HTTP redirection when the server closes the connection |
1194 | Method | test_response_contents | Test the actual contents of the response returned by the server. |
1222 | Method | test_large_response_contents | Test that a 'large' resource is completely read. |
Inherited from SetupServerMixin:
Line # | Kind | Name | Docs |
---|---|---|---|
193 | Method | setUpClass | Undocumented |
198 | Method | tearDownClass | Undocumented |