You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vincent Driessen 39f106cdb3 Have the test suite find an empty Redis database.
Since the test suite `flushdb()`'s after running each test, we should
make sure the database is empty before we even start running tests.
This patch will make sure to never destroy any local production data
inside the running Redis instance.

This fixes #25.
13 years ago
..
__init__.py Have the test suite find an empty Redis database. 13 years ago
helpers.py Simplify the persistence of jobs. 13 years ago
test_job.py Simplify the persistence of jobs. 13 years ago
test_queue.py Fix putting jobs on the failure queue when they fail. 13 years ago
test_worker.py Fix putting jobs on the failure queue when they fail. 13 years ago