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.
Selwin Ong 442b389b97 Job returning None as result are now persisted correctly.
Job status can now be checked via ``status`` property which should
return either "queued", "finished" or "failed".
13 years ago
..
__init__.py Fix tests to use logging 13 years ago
fixtures.py Raise a StopException when Control+C is pressed. 13 years ago
helpers.py Simplify the persistence of jobs. 13 years ago
test_connection.py New connection management. 13 years ago
test_decorator.py Make test descriptions show up in short (oneliner) mode, as ./run_tests does. 13 years ago
test_job.py Prefer `result` over `return_value`. 13 years ago
test_queue.py Job returning None as result are now persisted correctly. 13 years ago
test_worker.py Job returning None as result are now persisted correctly. 13 years ago