kennedyshead / py-melissa-climate

Wrapper for melissa climate
MIT License
5 stars 2 forks source link

remove dependency on old external mock #6

Open a-detiste opened 1 month ago

a-detiste commented 1 month ago

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

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