Part of elisa.plugins.http_client.tests.test_http_client View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
347 | Method | setUp | Undocumented |
350 | Method | tearDown | Undocumented |
353 | Method | test_inexistent_resource | Test that requesting a resource that does not exists returns a 404 |
366 | Method | test_single_request | Test a single request and validate the response code. |
389 | Method | test_absolute_uri | Test a request with an absolute URI (not just a relative path to the |
403 | Method | test_uri_with_parameters | Test a request with a URI that contains parameters. |
416 | Method | test_consecutive_same_uri | Test two consecutive requests on the same URI. This tests that our |
445 | Method | test_consecutive_different_uris | Test two consecutive requests on different URIs. This tests that our |
Inherited from SetupServerMixin:
Line # | Kind | Name | Docs |
---|---|---|---|
191 | Method | setUpClass | Undocumented |
196 | Method | tearDownClass | Undocumented |