- Notifications
You must be signed in to change notification settings - Fork88
Description
Hi, I have a bit of a weird question that isn't an issue with cronie, but I didn't know where else to ask. Does cronie leverage any automated tests, or are you aware of any cron reference test suites?
I'm the author ofcardiologist -- an in-process asynchronous job scheduling library for Kotlin with an API and implementation very similar to cron. I'm working towards a stable 1.0.0 release and one thing I need for that is confidence that my scheduling calculations are correct (kevincianfarini/cardiologist#28).
To date I've been unable to find a test suite I could adapt for cardiologist. Vixie cron tests manually, for example. The tests I have so far are just based off of my incremental development, but the occasional bug which crops up doesn't inspire confidence in my implementation. If you have any advice for me I'd be really appreciative.