summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Added support for PySide6 to the Qt schedulerAlex Grönholm2022-02-101-3/+2
|
* Fixed pytz deprecation warningsAlex Grönholm2022-02-101-5/+0
|
* Use the standard tzinfo tzname() method instead of the pytz attributeAlex Grönholm2022-02-101-1/+1
| | | | This avoids one of the deprecation warnings.
* Skip RethinkDB tests on Python 3.10+Alex Grönholm2022-02-091-0/+4
|
* Made the schedulers explicitly raise a descriptive TypeErrorAlex Grönholm2021-01-191-0/+4
|
* Skip test_broken_pool on py2.7Alex Grönholm2021-01-171-7/+8
|
* Fixed broken process pool executor issueAlex Grönholm2021-01-171-1/+33
| | | | Fixes #362.
* Allow Job to be weak-referenced (#470)Bar Harel2021-01-111-0/+10
|
* Fixed inability to schedule wrapped functionsAlex Grönholm2021-01-111-7/+23
| | | | Closes #363.
* Fixed memory leak when coroutine jobs raise exceptionsAlex Grönholm2021-01-101-1/+24
| | | | Fixes #406. Closes #418.
* Ensured that jitter is always positive (#416)Alex Grönholm2021-01-101-20/+0
| | | Fixes #291.
* Fixed textual referenced bound methods issue on persistent job stores #466 ↵Pengjie Song (宋鹏捷)2020-10-071-2/+19
| | | | (#467)
* Fixed compatibility with pytest 4+Alex Grönholm2019-11-041-17/+13
| | | | Fixes #401.
* 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 ↵shipmints2019-10-171-1/+22
| | | | scheduler.
* Fixed methods inherited from base class could not be executed by processpool ↵Yang Jian2019-03-221-1/+11
| | | | executor (#367)
* Replaced @yield_fixture with @fixtureAlex Grönholm2019-03-183-12/+12
| | | | @yield_fixture has been deprecated for a while.
* 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
| | | | Recent versions of Gevent now work properly with Python 3.7.
* 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
| | | | Fixes #330.
* Fixed scheduling of bound methods on persistent job storesAlex Grönholm2018-08-101-0/+12
| | | | Fixes #326.
* Added support for UTC offsets in datetime parsingAlex Grönholm2018-01-161-1/+7
| | | | Fixes #271.
* Fixed CronTrigger with jitter producing fire times beyond end_dateAlex Grönholm2018-01-031-0/+18
| | | | Fixes #269.
* 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
| | | | Fixes #119.
* 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
| | | | Fixes #233.
* Allow spaces around commas in CronTrigger fieldsAlex Grönholm2017-12-121-0/+4
| | | | Fixes #229.
* 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
| | | | Fixes #240.
* Added support for named monthsAlex Grönholm2017-12-121-2/+2
|
* Added better validation for cron trigger expressionsAlex Grönholm2017-12-111-0/+13
| | | | Fixes #189.
* 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
| | | | Fixes #235.
* 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 ↵Alex Grönholm2016-11-051-0/+18
| | | | | | as strings (fixes #164) This previously raised an AttributeError because the __init__() did not check if they were datetimes before trying to access the tzinfo attribute.
* 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
|