If I take a test that asserts against the contents of django.core.mail.outbox, it will pass with LiveServerTestCase but fail with ChannelsLiveServerTestCase
Setting EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend" explicitly in my settings did not help.
If I take a test that asserts against the contents of
django.core.mail.outbox, it will pass withLiveServerTestCasebut fail withChannelsLiveServerTestCaseSetting
EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend"explicitly in my settings did not help.