ros-infrastructure / rospkg

rospkg Python library for ROS
http://wiki.ros.org/rospkg
36 stars 97 forks source link

Use unittest.mock where possible #240

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

The 'unittest.mock' module has been present since Python 3.3, and some platforms are now dropping the 'mock' backport package.