Skip to content

Tags: karixtech/python-mockserver-client

Tags

0.0.5

Toggle 0.0.5's commit message
Send TimeToLive to api only if it specified in stub parameters

0.0.4

Toggle 0.0.4's commit message
Added support for mockserver cookies request and response

0.0.3

Toggle 0.0.3's commit message
Added support for mockserver json request

0.0.2

Toggle 0.0.2's commit message
Add delay to response calls

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.

0.0.1

Toggle 0.0.1's commit message
Introduce MockServerClient

Fully functional with tests and a good README

Let's make MockServer testing in python friendly!