Part of elisa.plugins.http_client.tests.test_http_client View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
482 | Method | setUp | Undocumented |
485 | Method | tearDown | Undocumented |
488 | Method | test_single_request | Test a single request and validate the response code. |
500 | Method | test_response_contents | Test the actual contents of the response returned by the server. |
527 | Method | test_large_response_contents | Test that a 'large' resource is completely read. |
548 | Method | test_consecutive_same_uri | Test two consecutive requests on the same URI. |
576 | Method | test_consecutive_different_uris | Test two consecutive requests on different URIs. |
605 | Method | test_consecutive_with_close | Test two consecutive requests on different URIs with the server closing |
636 | Method | test_pipeline_with_close | Test the pipelining with three requests. The first request returns OK, |
681 | Method | test_cancel_request | Test that cancelling a request works. |
721 | 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 |