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

Add delay to response calls #4

Closed lindycoder closed 6 years ago

lindycoder commented 6 years ago

The default is in SECONDS but other units are available, units were based on https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html.

json_response now takes any arguments leaving only the relevant ones in this function, since the real response is close it shouldn't be too hard to figure out what the kwargs are.