Skip to main content

backports.unittest_mock

Project description

https://img.shields.io/pypi/v/backports.unittest_mock.svg https://img.shields.io/pypi/pyversions/backports.unittest_mock.svg https://img.shields.io/pypi/dm/backports.unittest_mock.svg https://img.shields.io/travis/jaraco/backports.unittest_mock/master.svg

Provides a function “install()” which makes the “mock” module available as “unittest.mock” on Python 3.2 and earlier.

Also advertises a pytest plugin which configures unittest.mock automatically.

License is indicated in the project metadata (typically one or more of the Trove classifiers). For more details, see this explanation.

Usage

If using pytest, simply require this package in your test environment, and unittest.mock will be available.

Otherwise, it must be invoked imperatively:

import backports.unittest_mock
backports.unittest_mock.install()

import unittest.mock

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

backports.unittest_mock-1.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

backports.unittest_mock-1.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