Skip to main content

Make strict mocks using a mirror

Project description

  • Latest Version
  • https://travis-ci.org/NegativeMjark/mockingmirror.svg?branch=master
  • https://img.shields.io/coveralls/NegativeMjark/mockingmirror.svg?branch=master

Make strict mock objects using a mirror:

import mockingmirror

mirror, mock = mockingmirror.mirror()

# Create an object with a method that returns "Hello, World" when called
mirror.myobject.mymethod()[:] = "Hello, World"
assert mock.myobject.mymethod() == "Hello, World"

Install:

pip install mockingmirror

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

mockingmirror-0.2.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

mockingmirror-0.2-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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