Part of elisa.plugins.http_client.tests.test_http_client View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
662 | Method | setUp | Undocumented |
665 | Method | tearDown | Undocumented |
668 | Method | test_single_request | Test a single request and validate the response code. |
680 | Method | test_response_contents | Test the actual contents of the response returned by the server. |
707 | Method | test_large_response_contents | Test that a 'large' resource is completely read. |
728 | Method | test_consecutive_same_uri | Test two consecutive requests on the same URI. |
756 | Method | test_consecutive_different_uris | Test two consecutive requests on different URIs. |
785 | Method | test_consecutive_with_close | Test two consecutive requests on different URIs with the server closing |
816 | Method | test_pipeline_with_close | Test the pipelining with three requests. The first request returns OK, |
861 | Method | test_cancel_request | Test that cancelling a request works. |
901 | Method | test_cancel_already_cancelled_request | Test cancelling an already cancelled request. |
Inherited from SetupServerMixin:
Line # | Kind | Name | Docs |
---|---|---|---|
193 | Method | setUpClass | Undocumented |
198 | Method | tearDownClass | Undocumented |