summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Ensured that jitter is always positivejitterfixAlex Grönholm2020-01-111-20/+0
* Fixed compatibility with pytest 4+Alex Grönholm2019-11-041-17/+13
* Adapted the code for the 3.x branchAlex Grönholm2019-10-172-22/+23
* Updated per suggestions from @agronholm.shipmints2019-10-171-10/+10
* Properly unwrap partial async functions to direct them to the correct async s...shipmints2019-10-171-1/+22
* Fixed methods inherited from base class could not be executed by processpool ...Yang Jian2019-03-221-1/+11
* Replaced @yield_fixture with @fixtureAlex Grönholm2019-03-183-12/+12
* Adapted RethinkDBJobStore to rethinkdb library v2.4+Alex Grönholm2019-03-181-1/+1
* Removed skipping of Gevent tests on Python 3.7Alex Grönholm2019-03-181-2/+0
* Fixed flake8 errorsAlex Grönholm2018-12-051-8/+8
* Added Python 3.7 compatibilityAlex Grönholm2018-08-152-3/+13
* Fixed class methods being mistaken for instance methodsv3.5.3Alex Grönholm2018-08-141-1/+11
* Fixed scheduling of bound methods on persistent job storesAlex Grönholm2018-08-101-0/+12
* Added support for UTC offsets in datetime parsingAlex Grönholm2018-01-161-1/+7
* Fixed CronTrigger with jitter producing fire times beyond end_dateAlex Grönholm2018-01-031-0/+18
* Fixed Python 2.7 compatibility in trigger testsAlex Grönholm2017-12-221-2/+2
* Added jitter support to combining triggersAlex Grönholm2017-12-221-6/+31
* Fixed ineffective pickle tests for And/OrTriggerAlex Grönholm2017-12-221-5/+5
* Added combining triggers (AndTrigger + OrTrigger)Alex Grönholm2017-12-191-0/+73
* Allow multiple spaces in crontab format (#260)Luc Tielen2017-12-131-1/+4
* Cancel all pending futures on AsyncIOExecutor shutdownAlex Grönholm2017-12-131-0/+16
* Allow spaces around commas in CronTrigger fieldsAlex Grönholm2017-12-121-0/+4
* Don't display empty jitter in the repr() of cron/interval triggersAlex Grönholm2017-12-121-20/+18
* Added support for creating cron triggers from crontab expressionsAlex Grönholm2017-12-121-0/+12
* Added support for named monthsAlex Grönholm2017-12-121-2/+2
* Added better validation for cron trigger expressionsAlex Grönholm2017-12-111-0/+13
* Implement random jitter option for CronTrigger and IntervalTrigger (#258)Gilbert Gilb's2017-12-101-16/+169
* Increased timeout to avoid test failure on pypy3Alex Grönholm2017-12-091-1/+1
* Fixed traceback or its frames not being available for logger.exception()Alex Grönholm2017-12-091-4/+5
* Fixed memory leak when scheduled jobs raise exceptionsAlex Grönholm2017-12-091-1/+20
* Fixed PyPy3 test failureAlex Grönholm2017-10-101-0/+3
* Use getfixturevalue() instead of the deprecated getfuncargvalue()Alex Grönholm2017-04-231-2/+2
* Fixed @scheduled_job not playing nice with persistent job stores (fixes #150)Alex Grönholm2016-11-062-7/+18
* Fixed passing start_time and/or end_time to CronTrigger and IntervalTrigger a...Alex Grönholm2016-11-051-0/+18
* Added coroutine support for asyncio and Tornado executors (fixes #96, #98)Alex Grönholm2016-09-152-0/+90
* Fixed CronTrigger's range expression allowing values outside of the rangeAlex Grönholm2016-08-021-0/+6
* Renamed ZookeeperJobStore to ZooKeeperJobStoreAlex Grönholm2016-07-161-5/+5
* Added tests for the import fix in ref_to_obj()Alex Grönholm2016-07-141-0/+10
* Zookeeper jobstore support (#144)Jose Ignacio Villar2016-07-031-6/+56
* Backtracked on enum useAlex Grönholm2016-06-131-3/+3
* Finished up the pause/resume scheduler feature w/ docsAlex Grönholm2016-06-131-137/+89
* Fixed endless loop with CronTrigger on computers with low clock resolutionAlex Grönholm2016-06-131-0/+7
* Fixed incorrect DateTrigger run time with run_date=None and a non-local timezoneAlex Grönholm2016-05-061-5/+9
* Added the ability to pause and resume job processing in the schedulerAlex Grönholm2016-04-102-188/+224
* Move the wakeup() call directly to BaseScheduler.start()Alex Grönholm2016-04-101-19/+0
* Added pickling tests for triggersAlex Grönholm2016-04-031-1/+32
* Added time zone to the output of CronTrigger and IntervalTriggerAlex Grönholm2016-04-021-15/+25
* Added EVENT_JOB_SUBMITTED and EVENT_JOB_MAX_INSTANCES eventsAlex Grönholm2016-04-021-1/+26
* Fixed off-by-1-hour bug in cron trigger while crossing the DST threshold (fix...Alex Grönholm2016-03-271-12/+13
* Improved the IntervalTrigger's dst change testAlex Grönholm2016-03-271-5/+5