When testing celery tasks, you want tracebacks. Yes, you do.
This commit is contained in:
Родитель
71f63c5169
Коммит
4cc7d049a0
|
@ -789,6 +789,9 @@ CELERY_ROUTES = {
|
|||
'devhub.tasks.flag_binary': {'queue': 'bulk'},
|
||||
}
|
||||
|
||||
# When testing, we always want tasks to raise exceptions. Good for sanity.
|
||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS = True
|
||||
|
||||
|
||||
## Fixture Magic
|
||||
CUSTOM_DUMPS = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче