예제 #1
0
 def test_error_handling(self):
     send_mails([{}])
     self.assertEqual(len(mail.outbox), 0)
예제 #2
0
 def test_error_handling(self):
     send_mails([{}])
     self.assertEqual(len(mail.outbox), 0)