Part of elisa.plugins.http_client.tests.test_http_client View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
527 | Method | setUp | Undocumented |
530 | Method | tearDown | Undocumented |
533 | Method | test_inexistent_resource | Test that requesting a resource that does not exists returns a 404 |
546 | Method | test_single_request | Test a single request and validate the response code. |
569 | Method | test_absolute_uri | Test a request with an absolute URI (not just a relative path to the |
583 | Method | test_uri_with_parameters | Test a request with a URI that contains parameters. |
596 | Method | test_consecutive_same_uri | Test two consecutive requests on the same URI. This tests that our |
625 | Method | test_consecutive_different_uris | Test two consecutive requests on different URIs. This tests that our |
Inherited from SetupServerMixin:
Line # | Kind | Name | Docs |
---|---|---|---|
193 | Method | setUpClass | Undocumented |
198 | Method | tearDownClass | Undocumented |