Celery v1.0.3 (stable) documentation
Enter search terms or a module, class or function name.
Django test runner allowing testing of celery delayed tasks.
All tasks are run locally, not in a worker.
To use this runner set settings.TEST_RUNNER:
TEST_RUNNER = "celery.contrib.test_runner.run_tests"