class documentation

class HTTPBinDescriptionTests(unittest.SynchronousTestCase): (source)

View In Hierarchy

Tests for :py:class:`shared._HTTPBinDescription`

Method test_round_trip :py:class:`shared._HTTPBinDescription.from_json_bytes` can deserialize the output of :py:class:`shared._HTTPBinDescription.to_json_bytes`
Method test_round_trip_cacert :py:class:`shared._HTTPBinDescription.from_json_bytes` can deserialize the output of :py:class:`shared._HTTPBinDescription.to_json_bytes` when ``cacert`` is set.
def test_round_trip(self): (source)

:py:class:`shared._HTTPBinDescription.from_json_bytes` can deserialize the output of :py:class:`shared._HTTPBinDescription.to_json_bytes`

def test_round_trip_cacert(self): (source)

:py:class:`shared._HTTPBinDescription.from_json_bytes` can deserialize the output of :py:class:`shared._HTTPBinDescription.to_json_bytes` when ``cacert`` is set.