Closed davide125 closed 11 months ago
Description of changes: mock is deprecated and has been replaced by unittest.mock in recent Python versions, so use that instead if it's available.
mock
unittest.mock
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes:
mock
is deprecated and has been replaced byunittest.mock
in recent Python versions, so use that instead if it's available.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.