MCPcopy
hub / github.com/django/django / test_send_mass_mail

Method test_send_mass_mail

tests/mail/tests.py:2967–2979  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2965 )
2966
2967 def test_send_mass_mail(self):
2968 with self.assertDeprecatedIn70(
2969 "'fail_silently', 'auth_user', 'auth_password', 'connection'",
2970 "send_mass_mail",
2971 ):
2972 send_mass_mail(
2973 [],
2974 # Deprecated positional args:
2975 None,
2976 None,
2977 None,
2978 self.get_connection(),
2979 )
2980
2981 def test_mail_admins(self):
2982 with self.assertDeprecatedIn70(

Callers

nothing calls this directly

Calls 3

assertDeprecatedIn70Method · 0.95
get_connectionMethod · 0.95
send_mass_mailFunction · 0.90

Tested by

no test coverage detected