Skip to main content

Mountebank wrapper for mocking HTTP APIs

Project description

# Mountebank

This is a simple wrapper library around mountebank. It's useful for mocking
HTTP API services.

## Usage

from mountebank import Imposter

imposter = Imposter()
imposter.add_stub("/text", "GET", "What I'm expecting")
with imposter.mockhttp() as url:
assert requests.get(url + "/test").text == "What I'm expecting"


## Development

To run the containers:

docker-compose up --build

To test:

docker-compose exec tests /bin/bash -c "cd /apps/mountebank/tests;pytest"
docker-compose exec tests2 /bin/bash -c "cd /apps/mountebank/tests;pytest"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymountebank-1.0.1.tar.gz (2.6 kB view details)

Uploaded Source

File details

Details for the file pymountebank-1.0.1.tar.gz.

File metadata

  • Download URL: pymountebank-1.0.1.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pymountebank-1.0.1.tar.gz
Algorithm Hash digest
SHA256 633ce229ad85be2d11cb34355dcbb558b04496d5563994342d37d4a117512e6d
MD5 48fa2d619ed61d1e01733b0a5f5184e6
BLAKE2b-256 6a6c2b0e0c7393e032faa9e183f13766bf1251068ebf82093ad573f37a8daae5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page