python-lml / lml

Load me later. A lazy plugin management system for Python
http://lml.readthedocs.io
Other
12 stars 5 forks source link

use unittest.mock instead of mock #26

Closed pgajdos closed 2 years ago

pgajdos commented 2 years ago

Could you please consider to use unittest.mock instead of mock, at least optionally?

chfw commented 2 years ago

Surely! An PR would be welcome too.