studioimaginaire / phue

A Python library for the Philips Hue system
Other
1.52k stars 267 forks source link

use unittest.mock instead of mock #196

Open pgajdos opened 2 years ago

pgajdos commented 2 years ago

Could you please consider to at least fallback to unittest.mock if mock is not installed?

natcl commented 2 years ago

I'll be glad to if you provide a pull request for it !