Skip to content

Mail related fixtures, bug fixes; requires pytest 3.6

Compare
Choose a tag to compare
@blueyed blueyed released this 15 Jun 20:17
· 404 commits to master since this release

Features
^^^^^^^^

  • 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).