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.2.tar.gz (2.8 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for pymountebank-1.0.2.tar.gz
Algorithm Hash digest
SHA256 0471ca730cf42c29802fe8e7ba3ff0220b6f219f42ce9e2f3ddf809c0d57b1a2
MD5 3644aabe9b17bf9b54ec483f86859b09
BLAKE2b-256 8ea0c24ece17062ea111b6e6230d56990f86c1ff29637c2fb811d18301d4d6cf

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