Coverage for vcr.serializers.jsonserializer : 64%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
try: return json.dumps(cassette_dict, indent=4) except UnicodeDecodeError as original: raise UnicodeDecodeError( original.encoding, b"Error serializing cassette to JSON", original.start, original.end, original.args[-1] + ("Does this HTTP interaction contain binary data? " "If so, use a different serializer (like the yaml serializer) " "for this request?") ) |