python-wiremock icon indicating copy to clipboard operation
python-wiremock copied to clipboard

A Python library for API mocking and testing with Testcontainers module and WireMock

Results 32 python-wiremock issues
Sort by recently updated
recently updated
newest added
trafficstars

first of all love the client, really makes working with wiremock in python simple. :) would be great if if the models for the library were typed more strongly, for...

version_3

Something like this http://wiremock.org/docs/response-templating/

### Proposal Hi! Thank you for developing Wiremock and the Python SDK - Wiremock has been an absolute game changer! The project I'm working on is a Python project that...

enhancement

This PR patches Wiremock to force container paths into posix formatted paths when files are added to the container, so that the test containers work on Windows. ## References -...

I am using python-wiremock in a project I'm working on. When running with docker-desktop it works fine, but when I switch to colima as the host it appears that it...

### Proposal Hi, thanks for your great work. I have a problem to mock [multipart pattern](https://wiremock.org/docs/request-matching/#multipartform-data). It seems not supported on python sdk. Is there a way to use it...

enhancement

### Proposal It would be nice to run some tests against a live Wiremock service, such as one running inside a container. This approach would make the tests more reliable,...

enhancement

### Summary Use VSCode Dev Containers for local development, as they are much easier to set up and help eliminate differences across development platforms among developers ### References https://code.visualstudio.com/docs/devcontainers/containers

chore

The pin on version `^5.12.0` of package [importlib-resources](https://pypi.org/project/importlib-resources) was introduced in this PR: https://github.com/wiremock/python-wiremock/pull/60 It prevents applications running on higher versions of python to install the newest `importlib-resources` versions. Considering...

### Proposal Current `wiremock[testing]` is bound to `testcontainers` `^3.7.1`, witch - according to https://pypi.org/project/testcontainers/3.7.1/#history is from december 2022. There have been a lot of changes since then - and it...

enhancement