Class e.p.h.t.t.TestElisaHttpClientNoPipelining(TestCase, SetupServerMixin):

Part of elisa.plugins.http_client.tests.test_http_client View In Hierarchy

This test case tests the ElisaHttpClient class with no pipelining.
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
def setUp(self):
Undocumented
def tearDown(self):
Undocumented
def test_inexistent_resource(self):
Test that requesting a resource that does not exists returns a 404 error code.
def test_single_request(self):
Test a single request and validate the response code.
def test_absolute_uri(self):
Test a request with an absolute URI (not just a relative path to the resource on the server).
def test_uri_with_parameters(self):
Test a request with a URI that contains parameters.
def test_consecutive_same_uri(self):
Test two consecutive requests on the same URI. This tests that our client reconnects correctly.
def test_consecutive_different_uris(self):
Test two consecutive requests on different URIs. This tests that our client reconnects correctly.
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.