kontron / python-ipmi

A pure python IPMI library
GNU Lesser General Public License v2.1
185 stars 74 forks source link

replace old "mock" by "unittest.mock" from the standard library #167

Closed a-detiste closed 4 months ago

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

coveralls commented 4 months ago

Coverage Status

coverage: 69.565%. remained the same when pulling c6b4521abff24af705ac98bb38ea4c11a3501092 on a-detiste:master into 8bf967b236ff759ffb5f9609cbd83cf250b784ab on kontron:master.

hthiery commented 4 months ago

Thank you!