https://linen.dev logo
#wiremock-python
Title
# wiremock-python
m

Marcelo Da Cruz

05/19/2023, 5:51 PM
I was just looking at https://github.com/wiremock/python-wiremock/pull/48. What about dropping the JAR file that is bundled on the Python package completely, and documenting how the user should download the JAR and use it with the
jar_path
argument?
o

Oleg Nenashev

05/19/2023, 6:12 PM
Maybe? Cc @mike waites Personally I just want to have Testcontainers integration in place so that we forget about JARs for good
m

Marcelo Da Cruz

05/19/2023, 11:54 PM
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