Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 940 Bytes

File metadata and controls

31 lines (19 loc) · 940 Bytes

Python WireMock Admin API Client

This is a python admin API client to a standalone WireMock server.

Build Status Coverage Status Docs

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.