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.
Alex Morega 8d61d3bf26 port string handling to py3
Redis uses byte values for everything. We save queue names and job
IDs as unicode. So we need to convert every time we get data from redis.
12 years ago
..
__init__.py Python 3 chokes on this one. Whatever man. 12 years ago
dummy_settings.py Added tests for config file loading 12 years ago
fixtures.py Replace the Calculator fixture by a Number fixture. 12 years ago
helpers.py Simplify the persistence of jobs. 13 years ago
test_connection.py New connection management. 13 years ago
test_decorator.py Rename the const. 12 years ago
test_job.py port string handling to py3 12 years ago
test_queue.py port string handling to py3 12 years ago
test_scripts.py Use unittest2 for Python 2.6. 12 years ago
test_sentry.py register_sentry breaks failed queue when func cannot be imported 12 years ago
test_worker.py port string handling to py3 12 years ago