Relative Content

Tag Archive for pythonpytestpytest-mock

drop pytest-mock and use unittest.mock with pytest

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?