Python WireMock

Python WireMock is an HTTP client that allows users to interact with a WireMock instance from within a Python project.

a

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