Skip to content

testing-cabal/mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f5df82 · Mar 3, 2025
Mar 3, 2025
Jan 3, 2023
Mar 3, 2025
Mar 3, 2025
Dec 28, 2022
Jan 29, 2020
May 2, 2019
Mar 3, 2025
Mar 3, 2025
Apr 9, 2013
Sep 16, 2019
Jan 13, 2020
Dec 28, 2022
Mar 3, 2025
Dec 28, 2022
Mar 3, 2025
Jan 13, 2020

Repository files navigation

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 (testing-in-python@lists.idyll.org)
Code:GitHub
Issue tracker:GitHub Issues
Build status:CircleCI Docs