Rolling backport of unittest.mock for all Pythons
Project description
mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used.
mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.
This package contains a rolling backport of the standard library mock code compatible with Python 3.6 and up.
Please see the standard library documentation for more details.
- Homepage:
- Download:
- Documentation:
- License:
- Support:
- Code:
- Issue tracker:
- Build status:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mock-5.1.0.tar.gz
(80.2 kB
view hashes)
Built Distribution
mock-5.1.0-py3-none-any.whl
(30.9 kB
view hashes)