What is the fundamental difference between pytest-mock and unittest.mock and why is it worth it or not to remove pytest-mock from dependencies, given the fact that the standard library fully implements the functionality of pytest-mock, unless all this is placed in the mocker fixture?
I try change code with pytest-mock on unittest.mock
New contributor
Artem Ismagilov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.