ceph / ceph-iscsi

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

Prefer the newer unittest.mock from the standard library on Python 3 #277

Closed a-detiste closed 3 weeks ago

a-detiste commented 6 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.