Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.44 KB

README.rst

File metadata and controls

36 lines (29 loc) · 1.44 KB

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:Mock Homepage
Download:Mock on PyPI
Documentation:Python Docs
License:BSD License
Support:Mailing list ([email protected])
Code:GitHub
Issue tracker:GitHub Issues
Build status:CircleCI Docs