summaryrefslogtreecommitdiff
path: root/tests/test_cli.py
Commit message (Expand)AuthorAgeFilesLines
* Job scheduling (#1163)Selwin Ong2020-01-041-2/+20
* Fix rq info not found workers information error, Fixes #1139 (#1149)Yongtao Zhang2019-10-291-2/+9
* rq info management command now cleans up registries when first run (#1107)Selwin Ong2019-06-151-0/+18
* RQ v1.0! (#1059)Selwin Ong2019-03-301-42/+123
* refactor: use try ImportError instead of py-version check (#1034)Chyroc2019-01-301-3/+2
* Fixed #809 - Added tests for various cli config parametersTheo2017-09-081-0/+42
* Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-251-9/+71
* fix testsahxxm2015-11-091-2/+2
* Fix PEP8 complaintsVincent Driessen2015-08-251-1/+0
* Running rqworker without specifiying --exception-handler shouldn't override d...Selwin Ong2015-07-031-16/+11
* merge && updates to add multiple exception handlers.Bradley Young2015-01-241-5/+44
|\
| * triggering shutdown by setting a redis flagJonathan Tushman2014-12-121-4/+48
* | Adding optional list handling to the exc_handler option in Worker.Bradley Young2014-11-121-1/+25
|/
* Add testcase for rq worker commandzhangliyong2014-09-121-3/+9
* Update test_clizhangliyong2014-09-121-1/+1
* Fix all tests.Vincent Driessen2014-09-061-0/+59