summaryrefslogtreecommitdiff
path: root/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Update linting configuration (#1915)Rob Hudson2023-05-171-2/+2
* Worker pool (#1874)Selwin Ong2023-05-011-2/+32
* Multiple results using Redis Streams (#1725)Selwin Ong2022-11-191-0/+1
* Drop python2-specific syntax (#1674)Hugo2022-07-241-4/+0
* Success and failure callbacks (#1480)Selwin Ong2021-06-221-7/+5
* Fix RQScheduler when run with SSL connection (#1383)BobReid2020-11-271-11/+12
* refactor: use try ImportError instead of py-version check (#1034)Chyroc2019-01-301-3/+2
* modify zadd calls for redis-py 3.0 (#1016)Darshan Rai2018-12-031-2/+2
* Use dbsize() to test for empty Redis databaseSelwin Ong2018-05-011-1/+1
* Fixed #866 - Flak8 errorsTheo2017-09-081-1/+1
* correct SLOW env var, run slow tests on ciSamuel Colvin2015-10-141-1/+1
* Fix PEP8 complaints.Vincent Driessen2014-05-051-2/+2
* Enable the most modern Python syntax.Vincent Driessen2014-05-051-3/+8
* Python 3 chokes on this one. Whatever man.Vincent Driessen2013-08-051-1/+1
* Patch the connection instances.Vincent Driessen2013-02-061-2/+2
* Use unittest2 for Python 2.6.Vincent Driessen2013-01-231-1/+5
* Remove logbook and replace it with logging.Vincent Driessen2012-09-021-5/+5
* Revert "Remove logbook and replace it with logging".Vincent Driessen2012-08-301-5/+5
* Fix tests to use loggingDonald Stufft2012-08-211-5/+5
* Make unit tests compatible with Python < 2.7.Vincent Driessen2012-05-181-0/+5
* New connection management.Vincent Driessen2012-03-231-5/+5
* Flake8.Vincent Driessen2012-02-241-2/+3
* Add @slow wrapper to avoid running slow tests.Vincent Driessen2012-02-241-0/+12
* Organize test fixtures into a separate file.Vincent Driessen2012-02-151-11/+0
* Have the test suite find an empty Redis database.Vincent Driessen2012-02-131-1/+13
* Get rid of ugly custom assertion.Vincent Driessen2012-02-071-9/+0
* Put unreadable tasks on the failure queue.Vincent Driessen2012-01-301-0/+4
* Change the way jobs are pickled.Vincent Driessen2012-01-301-4/+2
* Broke down tests into multiple files.Vincent Driessen2012-01-281-0/+62