ceph / ceph-iscsi

Ceph iSCSI tools
GNU General Public License v3.0
62 stars 59 forks source link

on Python3, prefere the newer unittest.mock from the standard library #277

Open a-detiste opened 5 months ago

a-detiste commented 5 months ago

https://github.com/testing-cabal/mock

mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.