summaryrefslogtreecommitdiff
path: root/tests/test_decorator.py
Commit message (Expand)AuthorAgeFilesLines
* Update linting configuration (#1915)Rob Hudson2023-05-171-17/+24
* Improve the lint situation (#1688)Yang Yang2022-08-071-6/+5
* Drop python2-specific syntax (#1674)Hugo2022-07-241-5/+2
* Use unittest.mock instead of mock (#1673)Hugo2022-07-241-1/+1
* job decorator allow on_failure and on_success parameters (#1626) (#1628)Neptalí Piña2022-03-021-0/+37
* Allow retries to be set through decorator (#1319)nerok2020-08-141-1/+17
* Multi Dependency Support [Internal API Changes] (#1147)Thomas Matecki2019-10-221-5/+9
* Add failure_ttl on job decorator (#1130)Bartłomiej Biernacki2019-09-081-0/+14
* modify zadd calls for redis-py 3.0 (#1016)Darshan Rai2018-12-031-2/+2
* Add meta to decorator, move depends_on + at_front to decorator (#892)John Lucas2017-12-061-3/+59
* Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-251-0/+37
* Add ttl argument to decoratorJavi Imbernon2016-02-161-0/+13
* Fix broken import.Vincent Driessen2014-05-061-1/+2
* Merge remote-tracking branch 'origin/master' into SanyerMyasoedov-masterVincent Driessen2014-05-061-5/+9
|\
| * Fix PEP8 complaints.Vincent Driessen2014-05-051-1/+1
| * Enable the most modern Python syntax.Vincent Driessen2014-05-051-2/+7
* | Removed @resolve_connection from job decorator.msoedov2014-05-041-1/+1
* | Added tests and updated requirements with mock lib.msoedov2014-05-041-1/+23
|/
* Added depends_on to job decoratormsoedov2014-04-271-0/+22
* Rename the const.Vincent Driessen2012-09-141-2/+2
* Decorator accepts result_ttl argumentScott Burns2012-09-131-1/+15
* Make test descriptions show up in short (oneliner) mode, as ./run_tests does.Vincent Driessen2012-07-241-7/+4
* Make "queue" argument in job decorator required.Selwin Ong2012-07-241-0/+10
* Added a job decorator.Selwin Ong2012-07-231-0/+29