class documentation

Undocumented

Method assert_data Undocumented
Method assert_sent_header Undocumented
Method setUp Undocumented
Method tearDown Undocumented
Method test_basic_auth Undocumented
Method test_cookie Undocumented
Method test_delete Undocumented
Method test_failed_basic_auth Undocumented
Method test_get Undocumented
Method test_get_302_absolute_redirect Undocumented
Method test_get_302_redirect_disallowed Undocumented
Method test_get_302_relative_redirect Undocumented
Method test_get_headers Undocumented
Method test_get_headers_unicode Undocumented
Method test_gzip Undocumented
Method test_head Undocumented
Method test_head_302_absolute_redirect Undocumented
Method test_head_302_redirect_disallowed Undocumented
Method test_head_302_relative_redirect Undocumented
Method test_multipart_post Undocumented
Method test_patch Undocumented
Method test_post Undocumented
Method test_post_headers Undocumented
Method test_put Undocumented
Method test_set_cookie Undocumented
Method test_timeout Verify a timeout fires if a request takes too long.
Class Variable delete Undocumented
Class Variable get Undocumented
Class Variable head Undocumented
Class Variable patch Undocumented
Class Variable post Undocumented
Class Variable put Undocumented
Instance Variable agent Undocumented
Instance Variable baseurl Undocumented
Instance Variable pool Undocumented
Class Variable _httpbin_process Undocumented
@inlineCallbacks
def assert_data(self, response, expected_data): (source)

Undocumented

@inlineCallbacks
def assert_sent_header(self, response, header, expected_value): (source)

Undocumented

def tearDown(self): (source)

Undocumented

@inlineCallbacks
def test_basic_auth(self): (source)

Undocumented

@inlineCallbacks
def test_cookie(self): (source)

Undocumented

@inlineCallbacks
def test_delete(self): (source)

Undocumented

@inlineCallbacks
def test_failed_basic_auth(self): (source)

Undocumented

@inlineCallbacks
def test_get(self): (source)

Undocumented

@inlineCallbacks
def test_get_302_absolute_redirect(self): (source)

Undocumented

@inlineCallbacks
def test_get_302_redirect_disallowed(self): (source)

Undocumented

@inlineCallbacks
def test_get_302_relative_redirect(self): (source)

Undocumented

@inlineCallbacks
def test_get_headers(self): (source)

Undocumented

@inlineCallbacks
def test_get_headers_unicode(self): (source)

Undocumented

@inlineCallbacks
def test_gzip(self): (source)

Undocumented

@inlineCallbacks
def test_head(self): (source)

Undocumented

@inlineCallbacks
def test_head_302_absolute_redirect(self): (source)

Undocumented

@inlineCallbacks
def test_head_302_redirect_disallowed(self): (source)

Undocumented

@inlineCallbacks
def test_head_302_relative_redirect(self): (source)

Undocumented

@inlineCallbacks
def test_multipart_post(self): (source)

Undocumented

@inlineCallbacks
def test_patch(self): (source)

Undocumented

@inlineCallbacks
def test_post(self): (source)

Undocumented

@inlineCallbacks
def test_post_headers(self): (source)

Undocumented

@inlineCallbacks
def test_put(self): (source)

Undocumented

@inlineCallbacks
def test_set_cookie(self): (source)

Undocumented

@inlineCallbacks
def test_timeout(self): (source)

Verify a timeout fires if a request takes too long.

delete = (source)

Undocumented

Undocumented

head = (source)

Undocumented

patch = (source)

Undocumented

post = (source)

Undocumented

Undocumented