summaryrefslogtreecommitdiff
path: root/tests/test_job.py
Commit message (Expand)AuthorAgeFilesLines
* PEP 8 fixesAlex Grönholm2016-03-301-1/+3
* 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 falsely passing tests and the bugs they uncovered in BaseSchedulerAlex Grönholm2014-07-011-5/+5
* Handle naive datetimes passed as next_run_timeBrendan McCollam2014-06-271-1/+1
* Defer replacing undefined options with defaults until the job is really sched...Alex Grönholm2014-06-181-2/+0
* Overhauled the tests for Job classAlex Grönholm2014-05-301-87/+225
* Tweaked the scheduler and job stores API and added the reschedule_job() methodAlex Grönholm2014-05-301-3/+3
* Removed job run counting and the max_runs options since they could not be rel...Alex Grönholm2014-05-281-4/+2
* Forgot to commit test_job after renaming Job.get_run_timesAlex Grönholm2014-05-261-3/+3
* Fixed Py3 unicode issueAlex Grönholm2014-05-261-1/+1
* Removed the JobHandle classAlex Grönholm2014-05-261-71/+22
* Fixed timezone handling bugs uncovered by the latest pytz updateAlex Grönholm2014-05-191-4/+4
* Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...Alex Grönholm2014-05-191-3/+3
* Made the flake8 tests cover the "tests" directory as well and fixed the probl...Alex Grönholm2014-04-211-1/+1
* Used inspect.signature() to check arguments to otherwise uninspectable callablesAlex Grönholm2014-04-211-2/+13
* Use non-ascii strings as id and name in the job defaults to catch unicode pro...Alex Grönholm2014-04-121-9/+24
* Made the timezone argument optional again where possibleAlex Grönholm2014-04-061-1/+1
* Test cleanups and test suite configuration improvementsAlex Grönholm2014-04-061-35/+19
* Replaced the thread pool with a pluggable executor systemAlex Grönholm2014-04-061-30/+9
* Py3k and other minor fixes and cleanupsAlex Grönholm2014-04-021-3/+6
* Changed the syntax for adding a new jobAlex Grönholm2014-04-011-18/+27
* Removed the Job.compute_next_run_time() methodAlex Grönholm2014-03-101-20/+2
* Enabled proper modification of the job's callableAlex Grönholm2014-03-091-2/+2
* Modified JobHandle to use the job state when looking up Job attributesAlex Grönholm2014-03-091-8/+59
* Return JobHandles instead of Jobs from the scheduler's public methodsAlex Grönholm2014-03-091-36/+37
* Removed the NoSchedulerAttachedError exceptionAlex Grönholm2014-03-091-4/+1
* Added the remove() method to JobAlex Grönholm2014-03-091-1/+26
* Overhauled the job store system and ditched ShelveJobStore and RedisJobStore ...Alex Grönholm2014-03-091-14/+10
* PEP-8 fixes and testing improvementsAlex Grönholm2014-01-201-8/+8
* Migrated from nose to py.testAlex Grönholm2014-01-201-0/+131