F5Networks / f5-icontrol-rest-python

Generic python library used by the F5 SDK and other F5 projects to communicate with BIG-IP® via the REST API
http://icontrol.readthedocs.org/en/latest/
Apache License 2.0
36 stars 32 forks source link

Use unittest.mock #185

Open opoplawski opened 8 months ago

opoplawski commented 8 months ago

mock is now part of unittest with Python 3.3+ and should be used from there. Do you wish to still support Python < 3.3?