SpectraLogic / ds3_python_sdk

Apache License 2.0
8 stars 7 forks source link

PYTHONSDK-80: Fixed parsing of string response payloads #119

Closed RachelTucker closed 6 years ago

RachelTucker commented 6 years ago

Fixed parsing of response payloads of type String which previously produced errors.

Added MockedHttpResponse for creating unit tests for response handlers that do not require a client.

All tests passing.