Login
Roast topics
Find topics
Find it!
From:
Python documentation
(Uncensored)
subscribe
unittest.mock — mock object library — Python 3.13.1 documentation
https://docs.python.org/3/library/unittest.mock.html
links
backlinks
Roast topics
Find topics
Roast it!
Source code: Lib/unittest/mock.py unittest.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 hav...