class documentation

Undocumented

Method test_collect Undocumented
Method test_content Undocumented
Method test_history Undocumented
Method test_json Undocumented
Method test_json_customized Undocumented
Method test_no_history Undocumented
Method test_repr_content_type When the response has a Content-Type header its value is included in the response.
Method test_repr_content_type_hostile Garbage in the Content-Type still produces a reasonable representation.
Method test_repr_content_type_missing A request with no Content-Type just displays an empty field.
Method test_repr_unknown_length A HTTP 1.0 or chunked response displays an unknown length.
Method test_text Undocumented
def test_collect(self): (source)

Undocumented

def test_content(self): (source)

Undocumented

def test_history(self): (source)

Undocumented

def test_json(self): (source)

Undocumented

def test_json_customized(self): (source)

Undocumented

def test_no_history(self): (source)

Undocumented

def test_repr_content_type(self): (source)

When the response has a Content-Type header its value is included in the response.

def test_repr_content_type_hostile(self): (source)

Garbage in the Content-Type still produces a reasonable representation.

def test_repr_content_type_missing(self): (source)

A request with no Content-Type just displays an empty field.

def test_repr_unknown_length(self): (source)

A HTTP 1.0 or chunked response displays an unknown length.

def test_text(self): (source)

Undocumented