コード例 #1
0
 def test_error_handling(self):
     send_mails([{}])
     self.assertEqual(len(mail.outbox), 0)
コード例 #2
0
ファイル: test_notifications.py プロジェクト: nijel/weblate
 def test_error_handling(self):
     send_mails([{}])
     self.assertEqual(len(mail.outbox), 0)