About Resetting Email List in the Tests
When you work with emails in the tests, make sure to reset the outbox before testing any new sent emails. Otherwise you might have some trash from previous test cases.
from django.core import mail
mail.outbox = []
Tips and Tricks Programming Testing Django 5.x Django 4.2 Django 3.2
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.