Gareth J. Greenaway 8f068f6f9b Fix for when using a combination of when and splay. Previously comparing the wrong value when determining if the job should be run and next_fire_time updated. This resulted in multiple job runs when `when` and `splay` were used together. Code updated and test updated to ensure only one run at the specific time. Skip eval tests is dateutil.parser is unavailable. 4 år sedan
..
__init__.py 9797922c8b Moving scheduler tests into a new location. Adding new TEST_SUITE to runtests.py. Add CLI flag to runtests.py so the scheduler tests can be run invidually. 7 år sedan
test_error.py c1c8ed9901 Fix PyLint `useless-import-alias` 4 år sedan
test_eval.py 8f068f6f9b Fix for when using a combination of when and splay. Previously comparing the wrong value when determining if the job should be run and next_fire_time updated. This resulted in multiple job runs when `when` and `splay` were used together. Code updated and test updated to ensure only one run at the specific time. Skip eval tests is dateutil.parser is unavailable. 4 år sedan
test_helpers.py c1c8ed9901 Fix PyLint `useless-import-alias` 4 år sedan
test_maxrunning.py c1c8ed9901 Fix PyLint `useless-import-alias` 4 år sedan
test_postpone.py c1c8ed9901 Fix PyLint `useless-import-alias` 4 år sedan
test_run_job.py c1c8ed9901 Fix PyLint `useless-import-alias` 4 år sedan
test_skip.py c1c8ed9901 Fix PyLint `useless-import-alias` 4 år sedan