Part of elisa.plugins.http_client.tests.test_http_client View In Hierarchy
What really happens on the server side is not tested here, this test case only checks that the server receives the request and answers correctly, and it is intended as an example piece of code for how to use methods other than GET.
Line # | Kind | Name | Docs |
---|---|---|---|
1022 | Method | setUp | Undocumented |
1025 | Method | tearDown | Undocumented |
1028 | Method | test_post | Test a simple POST request. |
1042 | Method | test_put | Test a simple PUT request. |
1056 | Method | test_delete | Test a simple DELETE request. |
Inherited from SetupServerMixin:
Line # | Kind | Name | Docs |
---|---|---|---|
193 | Method | setUpClass | Undocumented |
198 | Method | tearDownClass | Undocumented |