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.
orangain e8165fdddf Accept byte strings as the first argument of Worker() in Python 2
This make it easy to write Python 2/3 compatible code.
e.g.

    Worker(sys.argv[1:])

    # Without from __future__ import unicode_literals
    Worker(['high', 'normal', 'low'])
9 years ago
..
__init__.py correct SLOW env var, run slow tests on ci 9 years ago
dummy_settings.py Enable the most modern Python syntax. 11 years ago
fixtures.py Merge branch 'master' into exception_handling 10 years ago
helpers.py Fix PEP8 complaints. 11 years ago
test_cli.py fix tests 9 years ago
test_connection.py fix tests 9 years ago
test_decorator.py Fix broken import. 11 years ago
test_helpers.py Restored the ability to specify connection params in config 10 years ago
test_job.py Test to ensure job is finished in not async mode 9 years ago
test_queue.py Merge pull request #609 from tornstrom/master 9 years ago
test_registry.py fix tests 9 years ago
test_sentry.py fix tests 9 years ago
test_worker.py Accept byte strings as the first argument of Worker() in Python 2 9 years ago