You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for starting the WireMock server using Testcontainers when Docker is present and no other WireMock server has been provided.
Integration with PyTest, allowing WireMock to be bootstrapped in a test module via an appropriate test framework extension point (building on top of the Testcontainers functionality).
Addition of missing API routes and matcher types (see below)
Missing features
API routes
Find stub mappings by metadata:
/mappings/find-by-metadata
Import stub mappings:
/mappings/import
File put and delete:
/files
/files/**
Set single scenario state:
/scenarios/{name}/state
We would like to have a new major update and release of WireMock Python SDK that is aligned with WireMock 3.0. Key items
Scope
See https://github.com/wiremock/python-wiremock/milestone/1
The text was updated successfully, but these errors were encountered: