Skip to content

Commit 870dacc

Browse files
committed
mail_cleanup: add unitest
1 parent a313d0b commit 870dacc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mail_cleanup/tests/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import test_fetchmail_server
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from odoo.addons.mail_environment.tests.test_mail_environment import TestMailEnvironment
2+
3+
4+
class TestFetchmailServer(TestMailEnvironment):
5+
def setUp(self):
6+
super().setUp()

0 commit comments

Comments
 (0)