dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.62k stars 954 forks source link

remove dependency on old mock #622

Closed a-detiste closed 2 months ago

a-detiste commented 2 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 2 months ago

Coverage Status

coverage: 99.474%. remained the same when pulling ca73fba1d1fe85646aa7376c05f40f941af65e60 on a-detiste:master into 1173f2820b6e996fd80c51e61353a31a4c260b3b on dbader:master.