The watcherclient.tests.test_http Module

class watcherclient.tests.test_http.HttpClientTest(*args, **kwds)[source]

Bases: watcherclient.tests.utils.BaseTestCase

test_401_unauthorized_exception()[source]
test_get_connection_params()[source]
test_get_connection_params_with_ssl()[source]
test_get_connection_params_with_ssl_params()[source]
test_get_connection_params_with_subpath()[source]
test_get_connection_params_with_subpath_trailing_slash()[source]
test_get_connection_params_with_subpath_version()[source]
test_get_connection_params_with_subpath_version_trailing_slash()[source]
test_get_connection_params_with_timeout()[source]
test_get_connection_params_with_trailing_slash()[source]
test_get_connection_params_with_version()[source]
test_get_connection_params_with_version_trailing_slash()[source]
test_server_exception_empty_body()[source]
test_server_exception_msg_and_traceback()[source]
test_server_exception_msg_only()[source]
test_url_generation_prefix_slash_in_path()[source]
test_url_generation_trailing_slash_in_base()[source]
test_url_generation_without_prefix_slash_in_path()[source]
test_url_generation_without_trailing_slash_in_base()[source]
class watcherclient.tests.test_http.SessionClientTest(*args, **kwds)[source]

Bases: watcherclient.tests.utils.BaseTestCase

test_server_exception_empty_body()[source]
test_server_exception_msg_and_traceback()[source]

Previous topic

The watcherclient.tests.test_client Module

Next topic

The watcherclient.tests.test_import Module

Project Source

This Page