summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added support for scheduling callables by textual referencesAlex Grönholm2013-03-032-10/+5
* Fixed PEP 8 issuesAlex Grönholm2012-09-045-19/+32
* Added Redis job storeAlex Grönholm2012-08-122-1/+50
* Added support for the __qualname__ attribute in Python 3.3Alex Grönholm2012-04-011-0/+13
* Minor cleanupsAlex Grönholm2012-04-016-15/+22
* Fixed tests and LastDayOfMonthExpression representationrcaselli2012-03-022-5/+5
* Modified 'L' to 'last' in LastDayOfMonthExpression and added testsrcaselli2012-03-022-0/+17
* Integrate with None checking loop, change error and add testChristy O'Reilly2011-11-161-0/+5
* Fixed tests to match the new output from Scheduler.print_jobs()Alex Grönholm2011-07-091-2/+2
* Fixed omitted cron fields getting wrong default valuesAlex Grönholm2011-05-301-1/+14
* Added unit test for scheduling bound methodsAlex Grönholm2011-05-291-0/+15
* Fixed importsAlex Grönholm2011-05-291-3/+3
* Tests don't have to be in a package; fixed test failures due to changes to ge...Alex Grönholm2011-05-294-10/+9
* Revamped get_callable_name, obj_to_ref and ref_to_obj to work with a broader ...Alex Grönholm2011-05-291-12/+19
* Fixed zero valued fields in cron trigger specificationagronholm2011-04-161-0/+5
* Fixed thread pool logic and tests; improved documentation on thread pool optionsv2.0.0rc1agronholm2011-04-162-11/+26
* Corrected documentation and logging semantics of scheduler startup and shutdo...agronholm2011-04-131-2/+2
* Raise a RuntimeError when attempting to schedule tasks in the thread pool aft...agronholm2011-04-121-1/+1
* Modified Job.add_instance to raise an exception when attempting to exceed max...agronholm2011-04-122-23/+41
* Readded Scheduler.unschedule_func(), which now raises a KeyError when no matc...agronholm2011-04-112-7/+27
* Made ShelveJobStore store the state of the job, not the actual object and pre...agronholm2011-04-102-4/+33
* Moved tests to the parent directory and made that a packageagronholm2011-04-109-5/+5
* Replaced misfire actions with the coalesce optionagronholm2011-04-104-79/+75
* Added misfire actions; Added more events; Reorganized events into their own m...agronholm2011-04-033-186/+208
* Fixed a bug where jobs would not get the scheduler's global misfire grace tim...agronholm2011-02-083-11/+20
* Increased test coverage; job store tests close and erase their job stores whe...agronholm2011-02-085-28/+82
* Ensure that errors in jobs are properly loggedagronholm2011-02-071-5/+14
* Use a database name specific for unit testing with MongoDBJobStoreagronholm2011-02-071-1/+1
* Fixed jobstore configuration from options dictagronholm2011-02-071-0/+9
* Greatly improved the speed of scheduler tests by bypassing threading entirelyagronholm2011-02-061-3/+211
* Removed __lt__ from Job -- it has no use really, and would require __gt__ to ...agronholm2011-02-061-7/+0
* Fixed the SQLAlchemy job store testagronholm2011-01-221-3/+2
* Added MongoDB job store; fixed py3k compatibility issues in testjobstores.pyagronholm2010-12-191-3/+27
* Fixed wrong expected string in test_to_unicode()agronholm2010-12-191-1/+1
* Expanded test coverageagronholm2010-12-132-0/+140
* Dropped the use of SQLAlchemy ORM to prevent instrumentation of the Job classagronholm2010-12-131-2/+2
* Harmonized the str() implementations in triggers and added missing tests for ...agronholm2010-12-131-0/+14
* Restrict the use of job store aliases to the scheduleragronholm2010-12-121-20/+55
* Added test for date trigger with date as textagronholm2010-12-121-0/+6
* Added maybe_ref() and tests for text to datetime conversionagronholm2010-12-121-16/+21
* Modified the thread pool and the scheduler to enable use of any PEP 3148 comp...agronholm2010-11-281-5/+5
* Major design shift -- dropped clustering and stateful job support in favor of...agronholm2010-10-094-76/+261
* Fixed tests (checkin_time should have been checkout_time)agronholm2010-10-081-2/+2
* Fixed thread pool implementation (changed semantics to more closely resemble ...agronholm2010-10-081-9/+3
* Thread pools now handle interpreter exits gracefully, thanks to advice from B...agronholm2010-09-161-14/+30
* Added the parse_datestring functionagronholm2010-08-101-0/+15
* Removed JobMeta level max_runs and runs, those will be handled on the trigger...agronholm2010-08-102-5/+21
* Restructured triggers to a packageagronholm2010-08-054-215/+41
* Major overhaul of job stores and scheduler operation logicagronholm2010-07-272-78/+90
* Increased test coverage, improved Jython compatibilityagronholm2010-07-261-3/+5