Python WireMock Admin API Client
This is a python admin API client to a standalone WireMock server.
Install as Dependency
To install:
pip install wiremock
Documentation
wiremock documentation can be found at http://wiremock.readthedocs.org/
Pull Requests
General Rules:
- All Tests must pass
- Coverage shouldn't decrease
- All Pull Requests should be rebased against master before submitting the PR.