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 f317a3d94d Remove test cases for the Unix socket config setting.
This is mostly something you would want to test in the redis-py project,
not in RQ.  The test cases make it a bit complex to read them and they
falsely suggest something interesting might be going on in them.
13 years ago
..
__init__.py Patch the connection instances. 13 years ago
dummy_settings.py Added tests for config file loading 13 years ago
fixtures.py Implement the get_current_job() function. 13 years ago
helpers.py Simplify the persistence of jobs. 14 years ago
test_connection.py New connection management. 13 years ago
test_decorator.py Rename the const. 13 years ago
test_job.py Moved some logic from worker.perform_job() to job.cleanup(). 13 years ago
test_queue.py Safe fetching a deleted job removes the deleted job from queue. 13 years ago
test_scripts.py Remove test cases for the Unix socket config setting. 13 years ago
test_worker.py Merge branch 'master' into yaniv-aknin-worker_ttl 13 years ago