This message was deleted.
# wiremock-python
s
This message was deleted.
o
Maybe? Cc @mike waites Personally I just want to have Testcontainers integration in place so that we forget about JARs for good
m
we use wiremock with behave (https://behave.readthedocs.io/en/latest/), from there we drive wiremock using wiremock-python. We run wiremock as a container using the official docker image. In fact, we run all our integration tests using containers with docker-compose
👍 1