Closed ktdreyer closed 1 year ago
unittest.mock is in the stdlib on Python 3.
unittest.mock
On Python 2, we need mock from PyPI.
mock
unittest.mock
is in the stdlib on Python 3.On Python 2, we need
mock
from PyPI.