Python WireMock
Python WireMock is an HTTP client that allows users to interact with a WireMock instance from within a Python project.
Key Features
WireMock can run in unit tests, as a standalone process or a container, or in the cloud. Python WireMock enables all these usage modes. Key features include:
- Testcontainers Python module to easily start WireMock server for your tests
- REST API Client for a standalone WireMock Java server
- Supports most of the major Wiremock features (more on their way soon)
Documentation
Links
- WireMock Standalone: https://wiremock.org/docs/standalone/
- Documentation: https://wiremock.readthedocs.io/en/latest/
- Official Repository: https://github.com/wiremock/python-wiremock.git
- Package: https://pypi.org/project/wiremock