Skip to main content

HTTP client mock for Python

Project description

HTTPretty 0.9.1

HTTP Client mocking tool for Python. Provides a full fake TCP socket module. Inspired by FakeWeb

docs/source/_static/logo.svg Documentation Status https://travis-ci.org/gabrielfalcao/HTTPretty.svg?branch=master

Python Support

  • 2.7.13

  • 3.6.5

Install

pip install httpretty

Documentation

httpretty.readthedocs.io

Common Use Cases

  • Test-driven development of API integrations

  • Fake responses of external APIs

  • Record and playback HTTP requests

Simple Example

import sure
import httpretty
import requests


@httpretty.activate
def test_httpbin():
    httpretty.register_uri(
        httpretty.GET,
        "https://httpbin.org/ip",
        body='{"origin": "127.0.0.1"}'
    )

    response = requests.get('https://httpbin.org/ip')
    response.json().should.equal({'origin': '127.0.0.1'})

License

<HTTPretty - HTTP client mock for Python>
Copyright (C) <2011-2018>  Gabriel Falcão <gabriel@nacaolivre.org>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Main contributors

There folks made remarkable contributions to HTTPretty:

  • Steve Pulec ~> @spulec

  • Hugh Saunders ~> @hughsaunders

  • Matt Luongo ~> @mhluongo

  • James Rowe ~> @JNRowe

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

httpretty-0.9.1.tar.gz (2.8 MB view details)

Uploaded Source

File details

Details for the file httpretty-0.9.1.tar.gz.

File metadata

  • Download URL: httpretty-0.9.1.tar.gz
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for httpretty-0.9.1.tar.gz
Algorithm Hash digest
SHA256 31794fd7afb352365e545c2dbe78c68fbe8d46510fe935a9898f6825c9626085
MD5 ecc668e0193dc1a5895f3f8a9f945d03
BLAKE2b-256 7bf0ee80824014862413f1b6f55b28b5f95b92c8fc1ba4665aac32ab37528b57

See more details on using hashes here.

Supported by

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