ajvb / kala

Modern Job Scheduler
MIT License
2.12k stars 187 forks source link

Enable Integration Tests #207

Closed tooolbox closed 4 years ago

tooolbox commented 4 years ago

Kala should be able to be tested as part of a larger system. In other words, if a client uses Kala to trigger various actions as part of a workflow, tests should be able to simulate the passage of time to ensure that the client is correctly scheduling jobs and that these notifications fire at the appropriate times.

This PR does two things: