高频知识点
606-mock
606-mock
https://pypi.org/project/mock/
Rolling backport of unittest.mock for all Pythons
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.