Part of elisa.plugins.http_client.tests.test_http_client View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
525 | Method | setUp | Undocumented |
528 | Method | tearDown | Undocumented |
531 | Method | test_inexistent_resource | Test that requesting a resource that does not exists returns a 404 |
544 | Method | test_single_request | Test a single request and validate the response code. |
567 | Method | test_absolute_uri | Test a request with an absolute URI (not just a relative path to the |
581 | Method | test_uri_with_parameters | Test a request with a URI that contains parameters. |
594 | Method | test_consecutive_same_uri | Test two consecutive requests on the same URI. This tests that our |
623 | 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 |