internap / python-mockserver-friendly-client

Friendly python client to James D. Bloom's awesome MockServer
Apache License 2.0
14 stars 12 forks source link

Json requests #5

Closed dom-mel closed 6 years ago

dom-mel commented 6 years ago

This PR enables to expect JSON body like described by mock server.

dom-mel commented 6 years ago

Thanks for your feedback - I'll may push the changes later this day or tomorrow :-)

lindycoder commented 6 years ago

Just requires a little rebase, i think you missed the introduction of delays for responses.

Also would you mind squashing your commits into one (push force in the branch)? if not i will probably squash and merge through github :)

dom-mel commented 6 years ago

done :-) and yeah delays got pushed while I was working on this. Noticed it after created the PR.

lindycoder commented 6 years ago

tag 0.0.3 on its way, thanks for contributing!