Metadata-Version: 2.0
Name: mockingjay
Version: 0.2.0
Summary: A simple library to build mock http services based on HTTPretty
Home-page: https://github.com/kevinjqiu/mockingjay
Author: Kevin J. Qiu
Author-email: kevin@idempotent.ca
License: BSD
Keywords: mockingjay
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: wheel (==0.23.0)
Requires-Dist: httpretty
Requires-Dist: jinja2

===============================
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

* Free software: BSD license
* Documentation: https://mockingjay.readthedocs.org.


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.


