Closed dineshbaburam91 closed 6 months ago
Removed a mock dependency in the PyEZ module. mock was a third-party package for Python 2.7 first, then became part of the standard library in Python 3, available as unittest.mock. So, updated unit testcases to use unittest.mock module.
mock
Removed a
mock
dependency in the PyEZ module.mock
was a third-party package for Python 2.7 first, then became part of the standard library in Python 3, available as unittest.mock. So, updated unit testcases to use unittest.mock module.