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 2.6 and up, and 3.3 and up.
Please see the standard library documentation for more details.
mock alternatives and similar packages
Based on the "Mock" category.
Alternatively, view mock alternatives based on common mentions on social networks and blogs.
-
fakeredis
Implementation of Redis API in python without having a server running. Fully compatible with using redis-py.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of mock or a related project?