Path to this page:
Subject: CVS commit: pkgsrc/www/py-test-django
From: Adam Ciarcinski
Date: 2018-06-16 08:23:35
Message id: 20180616062335.617A7FBEC@cvs.NetBSD.org
Log Message:
py-test-django: updated to 3.3.0
3.3.0:
Features
Added new fixtures django_mail_dnsname and django_mail_patch_dns, used by \
mailoutbox to monkeypatch the DNS_NAME used in django.core.mail to improve \
performance and reproducibility.
Bug fixes
Fixed test for classmethod with Django TestCases
Fixed RemovedInPytest4Warning: MarkInfo objects are deprecated
Fixed scope of overridden settings with live_server fixture: previously they \
were visible to following tests
Files: