You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mailoutbox fixups (pytest-dev#427)
Make sure `mail.outbox == foo`, `mail.outbox != bar` and `iter(mail.outbox)` raises exceptions.
This commit also improves the readability of the provided assertion message by hiding the internal traceback and showing the documentation link.