Replace all use of mock with unittest.mock
This MR replaces all imports from the third-party mock
package with standard library unittest.mock
imports.
This MR replaces all imports from the third-party mock
package with standard library unittest.mock
imports.