vincentbernat / snimpy

interactive SNMP tool with Python
http://snimpy.readthedocs.org/
185 stars 44 forks source link

use unittest.mock instead of mock #98

Closed pgajdos closed 1 year ago

pgajdos commented 2 years ago

Given you had dropped python 2 support, could you please consider to utilize unittest.mock?

vincentbernat commented 2 years ago

Yes. Would you like to do a PR for this?