jasonlvhit / gocron

A Golang Job Scheduling Package.
BSD 2-Clause "Simplified" License
3.46k stars 345 forks source link

Lack of tests for scheduler #81

Closed Streppel closed 5 years ago

Streppel commented 5 years ago

Recently, a bug happened in the second/minute/hour scheduling system that could've been caught if we had it under test. This is a reminder to increase test coverage (with cohesive and really effective tests) on this part of the library.

Streppel commented 5 years ago

Branch created for this issue

Streppel commented 5 years ago

PR for this issue