From 51c4d0812202320616d630dbd47ee54b97899e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Mon, 19 Apr 2021 14:26:38 +0200 Subject: [PATCH] [IMP] mail_notification_custom_subject: Add comment to explain test_bad_template_does_not_break test --- .../tests/test_mail_notification_custom_subject.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mail_notification_custom_subject/tests/test_mail_notification_custom_subject.py b/mail_notification_custom_subject/tests/test_mail_notification_custom_subject.py index e9a8996..26222b0 100644 --- a/mail_notification_custom_subject/tests/test_mail_notification_custom_subject.py +++ b/mail_notification_custom_subject/tests/test_mail_notification_custom_subject.py @@ -140,6 +140,7 @@ class TestMailNotificationCustomSubject(common.TransactionCase): self.assertEquals(mail_message_1.subject, "Test and something more") def test_bad_template_does_not_break(self): + """Create template with error (obaject) to test error.""" self.env["mail.message.custom.subject"].create( { "name": "Test bad template 1",