summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed flake8 complaintsAlex Grönholm2016-01-222-6/+18
* Small test cleanupsAlex Grönholm2016-01-073-16/+1
* Replaced custom log capture fixture with pytest-catchlogAlex Grönholm2016-01-071-22/+17
* Changed cleanup requests in fixtures into yield_fixturesAlex Grönholm2016-01-072-45/+34
* Improved PEP 8 and PEP 257 compliancyAlex Grönholm2015-12-118-156/+224
* Replaced six.u('') with u''Alex Grönholm2015-12-101-3/+3
* Store the test SQLite database in a temporary directoryAlex Grönholm2015-12-101-5/+5
* Moved the connection logic in job stores to the start() methodAlex Grönholm2015-12-101-43/+35
* Made "funcsigs" a mandatory dependency on Python 2Alex Grönholm2015-12-101-10/+5
* Fixed the MongoDB job store repr() test to work with newer versions of PyMongoAlex Grönholm2015-12-091-1/+1
* add some CronTrigger testsliuchao122015-11-261-0/+15
* Fixed minor issues with testsAlex Grönholm2015-10-012-4/+3
* fixes add_executor while scheduler is running.Sylvain Duchesne2015-08-141-1/+2
* Cleanups and fixes for the rethinkdb job storeAlex Grönholm2015-06-131-2/+1
* Fixed compatibility with pymongo 3.0Alex Grönholm2015-04-201-3/+2
* Removed unused importAlex Grönholm2015-03-091-1/+0
* Fixed str(job) or unicode(job) raising an exception for pending jobs (fixes #67)Alex Grönholm2015-03-091-12/+19
* Fixed wrong job sort order in some job stores and a related exception in the ...Alex Grönholm2015-03-091-3/+6
* Fixed ValueError when the target callable has a default keyword argument that...Alex Grönholm2015-01-061-0/+6
* Cleanup to fix flake8 testsAlex Grönholm2014-10-201-1/+2
* Fixed _run_job_error() being called with the wrong number of arguments in mos...Alex Grönholm2014-10-201-19/+42
* Fixed start date getting set too far in the future in IntervalTrigger (fixes ...Alex Grönholm2014-10-201-0/+5
* Modified get_callable_name() to work with a wider variety of callablesAlex Grönholm2014-10-101-12/+14
* Improved the test for ref_to_obj()Alex Grönholm2014-09-091-1/+2
* Fixed BlockingScheduler, BackgroundScheduler and GeventScheduler incorrectly ...Brendan McCollam2014-07-151-0/+20
* Merged agronholm/apscheduler into masterAllen Sanabria2014-07-071-0/+8
|\
| * Use Float instead of BigInteger in SQLAlchemyJobStore to maintain proper job ...Alex Grönholm2014-07-071-0/+8
* | Merged agronholm/apscheduler into masterAllen Sanabria2014-06-302-20/+20
|\ \ | |/
| * Fixed falsely passing tests and the bugs they uncovered in BaseSchedulerAlex Grönholm2014-07-012-20/+20
* | All tests are passing on python 2.7 except for the 3 same tests.Allen Sanabria2014-06-301-4/+5
* | Working on testAllen Sanabria2014-06-301-4/+4
* | Added rethinkdb to test suiteAllen Sanabria2014-06-301-0/+13
|/