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
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
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 2008-08-25 19:17:22.