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 година
..
__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 година
test_error.py c1c8ed9901 Fix PyLint `useless-import-alias` пре 4 година
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 година
test_helpers.py c1c8ed9901 Fix PyLint `useless-import-alias` пре 4 година
test_maxrunning.py c1c8ed9901 Fix PyLint `useless-import-alias` пре 4 година
test_postpone.py c1c8ed9901 Fix PyLint `useless-import-alias` пре 4 година
test_run_job.py c1c8ed9901 Fix PyLint `useless-import-alias` пре 4 година
test_skip.py c1c8ed9901 Fix PyLint `useless-import-alias` пре 4 година