You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

mockingjay

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockingjay

A simple library to build mock http services based on HTTPretty

0.2.0
PyPI
Maintainers
1

=============================== mockingjay

.. image:: https://travis-ci.org/kevinjqiu/mockingjay.svg?branch=master :target: https://travis-ci.org/kevinjqiu/mockingjay

.. image:: https://img.shields.io/pypi/v/mockingjay.svg :target: https://pypi.python.org/pypi/mockingjay

.. image:: https://coveralls.io/repos/kevinjqiu/mockingjay/badge.svg?branch=master :target: https://coveralls.io/r/kevinjqiu/mockingjay?branch=master

A simple library to build mock http services based on HTTPretty

Features

  • Provides a fluent interface for building service mocks using HTTPretty
  • Allows mocking of response body using templated fixtures

History

0.1.1 (2015-05-25)

  • Added should_return_json builder method
  • Mock response status code

0.1.0 (2015-05-23)

  • First release on PyPI.

Keywords

mockingjay

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts