patrys / httmock

A mocking library for requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`response` function only treats `dict` as JSON, not `list`.

xrotwang opened this issue · comments

While the JSON spec also allows arrays as top-level contructs, the httmock.response does only provide support for objects, i.e. python dicts.