Part of elisa.plugins.http_client.tests.test_http_client View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
660 | Method | setUp | Undocumented |
663 | Method | tearDown | Undocumented |
666 | Method | test_single_request | Test a single request and validate the response code. |
678 | Method | test_response_contents | Test the actual contents of the response returned by the server. |
705 | Method | test_large_response_contents | Test that a 'large' resource is completely read. |
726 | Method | test_consecutive_same_uri | Test two consecutive requests on the same URI. |
754 | Method | test_consecutive_different_uris | Test two consecutive requests on different URIs. |
783 | Method | test_consecutive_with_close | Test two consecutive requests on different URIs with the server closing |
814 | Method | test_pipeline_with_close | Test the pipelining with three requests. The first request returns OK, |
859 | Method | test_cancel_request | Test that cancelling a request works. |
899 | Method | test_cancel_already_cancelled_request | Test cancelling an already cancelled request. |
Inherited from SetupServerMixin:
Line # | Kind | Name | Docs |
---|---|---|---|
191 | Method | setUpClass | Undocumented |
196 | Method | tearDownClass | Undocumented |