Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.

jaraco/backports.unittest_mock

Repository files navigation

tests Ruff Code style: Black https://readthedocs.org/projects/backportsunittest_mock/badge/?version=latest https://img.shields.io/badge/skeleton-2023-informational

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.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 13

Languages