Make unittest.mock available on older Pythons
Project description
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file backports.unittest_mock-1.5.1.tar.gz.
File metadata
- Download URL: backports.unittest_mock-1.5.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b693b7dee5db7e13d0b31ddc84768cc672ac9a2b03aad3c83b0f28d32ef53e6f
|
|
| MD5 |
20ffd18979c23a069abc6b1fcb8883a4
|
|
| BLAKE2b-256 |
7dc478da0aa8fecbb44fdbee54483b33520ed8ed558ae1b8f011136062800da2
|
File details
Details for the file backports.unittest_mock-1.5.1-py3-none-any.whl.
File metadata
- Download URL: backports.unittest_mock-1.5.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ea4eeb9fc556200755916f102feb9f16072463ecfacc315005877980d30b59a
|
|
| MD5 |
fb7739fa8b82a644cd4a4c95c6466b0a
|
|
| BLAKE2b-256 |
1b5da63291bd8e2ecb9f1e945bdfdcd4e6ac74ee2648bec2083a1a9c04d76075
|