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
Added new fixtures django_mail_dnsname and django_mail_patch_dns,
used by mailoutbox to monkeypatch the DNS_NAME used in
:py:mod:django.core.mail to improve performance and
reproducibility.
Bug fixes
^^^^^^^^^
Fixed test for classmethod with Django TestCases (#597, #598).
Fixed RemovedInPytest4Warning: MarkInfo objects are deprecated (#596, #603)
Fixed scope of overridden settings with live_server fixture: previously they
were visible to following tests (#612).