Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 275 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 275 Bytes

pyWireMock

A Python implementation of the WireMock API.

Installation

Install with pip from GitHub:

pip install -e git+https://github.com/AnObfuscator/pyWireMock.git#egg=pyWireMock

Usage

See examples for example usage.