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 95d3aed98e Store the job ID on the internal stack.
It does so instead of the instance itself.  Still returns the job---the
interface hasn't changed.
12 years ago
..
__init__.py Revert "Remove logbook and replace it with logging". 12 years ago
fixtures.py Implement the get_current_job() function. 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 Make test descriptions show up in short (oneliner) mode, as ./run_tests does. 13 years ago
test_job.py Store the job ID on the internal stack. 12 years ago
test_queue.py I like this implementation of an 'enum' better. 13 years ago
test_worker.py Add test for custom exc handling. 12 years ago