HTTPretty
0.9.6
  • What is HTTPretty ?
  • Demo
  • Motivation
  • Acknowledgements
  • API Reference
  • Modules
  • Hacking on HTTPretty
  • License
  • Main contributors
  • Release Notes
HTTPretty
  • Docs »
  • HTTPretty’s - HTTP Client Mocking for Python
  • View page source

HTTPretty’s - HTTP Client Mocking for Python¶

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

Looking for the Github Repository ?

Python Support:

  • 2.7.13
  • 3.6.5
  • 3.7.0
https://github.com/gabrielfalcao/HTTPretty/raw/master/docs/source/_static/logo.svg?sanitize=true Documentation Status https://travis-ci.org/gabrielfalcao/HTTPretty.svg?branch=master
  • What is HTTPretty ?
    • A more technical description
    • Installing
  • Demo
    • expecting a simple response body
    • making assertions in a callback that generates the response body
    • Link headers
  • Motivation
    • The idea behind HTTPretty (how it works)
  • Acknowledgements
    • caveats
  • API Reference
    • register_uri
    • enable
    • disable
    • is_enabled
    • last_request
    • latest_requests
    • activate
    • httprettified
    • httprettized
    • HTTPrettyRequest
    • HTTPrettyRequestEmpty
    • FakeSockFile
    • FakeSSLSocket
    • URIInfo
    • URIMatcher
    • Entry
  • Modules
    • Core
    • Http
    • Utils
    • Exceptions
  • Hacking on HTTPretty
    • install development dependencies
    • next steps
  • License
  • Main contributors
  • Release Notes
    • 0.9.4
    • 0.8.4
    • 0.6.5
    • 0.6.2
    • 0.6.1
    • 0.5.14
    • 0.5.12
    • 0.5.11
    • 0.5.10
    • 0.5.9
    • 0.5.8

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2018, Gabriel Falcao

Built with Sphinx using a theme provided by Read the Docs.