wiremock / python-wiremock

A Python library for API mocking and testing with Testcontainers module and WireMock
https://wiremock.readthedocs.io
Other
58 stars 26 forks source link

add support for `testcontainers` 4 for `wiremock[testing]` #106

Open ZeeD opened 2 weeks ago

ZeeD commented 2 weeks ago

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 would be useful to be able to use the current version of testcontainers when using this library

References

No response