summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* Added coroutine support for asyncio and Tornado executors (fixes #96, #98)Alex Grönholm2016-09-151-0/+4
* Added the ability to pause and resume job processing in the schedulerAlex Grönholm2016-04-101-5/+8
* Small test cleanupsAlex Grönholm2016-01-071-1/+0
* Improved PEP 8 and PEP 257 compliancyAlex Grönholm2015-12-111-4/+7
* Handle naive datetimes passed as next_run_timeBrendan McCollam2014-06-271-2/+2
* Defer replacing undefined options with defaults until the job is really sched...Alex Grönholm2014-06-181-0/+1
* Overhauled the tests for Job classAlex Grönholm2014-05-301-1/+2
* Tweaked the scheduler and job stores API and added the reschedule_job() methodAlex Grönholm2014-05-301-1/+4
* Removed job run counting and the max_runs options since they could not be rel...Alex Grönholm2014-05-281-1/+1
* Removed the JobHandle classAlex Grönholm2014-05-261-0/+3
* Added the end_date parameter to the cron and interval triggersAlex Grönholm2014-05-261-2/+2
* Fixed timezone handling bugs uncovered by the latest pytz updateAlex Grönholm2014-05-191-2/+2
* Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...Alex Grönholm2014-05-191-2/+2
* Added the ability to pause and resume jobsAlex Grönholm2014-04-181-0/+1
* Use non-ascii strings as id and name in the job defaults to catch unicode pro...Alex Grönholm2014-04-121-2/+3
* Added specific executors for supported frameworksAlex Grönholm2014-04-061-1/+1
* Replaced the thread pool with a pluggable executor systemAlex Grönholm2014-04-061-4/+62
* Py3k and other minor fixes and cleanupsAlex Grönholm2014-04-021-0/+10
* Overhauled the job store system and ditched ShelveJobStore and RedisJobStore ...Alex Grönholm2014-03-091-86/+0
* Implemented integration with various event loopsAlex Grönholm2014-02-241-0/+2
* Added a more elegant method of skipping tests based on the Python versionAlex Grönholm2014-02-021-0/+11
* Migrated from nose to py.testAlex Grönholm2014-01-201-0/+86