py-junos-eznc
py-junos-eznc copied to clipboard
use unittest.mock instead of mock
Could you please consider to utilize built-in unittest.mock, as a fallback at least?
@pgajdos Currently there is no plan to use built-in unittest.mock, will consider it in future releases. Thanks for the feedback
Fixed #1311
Thanks