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 85a7a14a4c Replace substring in Pickle string differently.
Pickle uses a new format since Python 3, which is incompatible with
Python 2.  This problem now pops up because the replacement string had
a different length, so we broke the pickle protocol with this test.
11 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 Remove dependency on 'times' library (see issue #286). 11 years ago
test_connection.py New connection management. 13 years ago
test_decorator.py Rename the const. 12 years ago
test_job.py Allow two-way setting of job data properties. 11 years ago
test_queue.py Minor cleanup: Use Status enums instead of strings 11 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 Replace substring in Pickle string differently. 11 years ago