wiremock / python-wiremock

A Python library for API mocking and testing with Testcontainers module and WireMock
https://wiremock.readthedocs.io
Other
58 stars 25 forks source link
api api-client hacktoberfest pytest python test-automation testing-tools wiremock

Python WireMock

WireMock Logo

Python WireMock is a library that allows users to interact with a WireMock instance from within a Python project. Full documentation can be found at wiremock.readthedocs.org.

a Docs

Key Features

WireMock can run in unit tests, as a standalone process or a container. Key features include:

References

Examples

There are several example projects included to demonstrate the different ways that WireMock can be used to mock services in your tests and systems. The example test modules demonstrate different strategies for testing against the same "product service" and act as a good demonstration of real world applications to help you get started.

Contributing

See the Contributor Guide