cron icon indicating copy to clipboard operation
cron copied to clipboard

Add support for using mock clock in cron

Open sarsharma opened this issue 3 years ago • 0 comments

This PR uses https://github.com/benbjohnson/clock to mock the time. Adding support for using mock clock with cron will be helpful to write test cases and verify cron behaviour.

Similar to this PR https://github.com/robfig/cron/pull/327 but uses a more up to date mock clock

PR also contains fix for flaky unit tests on windows and minor linting fixes

sarsharma avatar Dec 05 '22 07:12 sarsharma