Celery tasks not throwing exception in Django Tests
Under celery 4.0, I had to use CELERY_TASK_EAGER_PROPAGATES
Seems I additionally had to set CELERY_EAGER_PROPAGATES_EXCEPTIONS to True.
Under celery 4.0, I had to use CELERY_TASK_EAGER_PROPAGATES
Seems I additionally had to set CELERY_EAGER_PROPAGATES_EXCEPTIONS to True.