Skip to content

Commit

Permalink
mail_cleanup: add unitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardoalso committed Jan 15, 2025
1 parent a313d0b commit e7a0c02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions mail_cleanup/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import test_fetchmail_server
5 changes: 5 additions & 0 deletions mail_cleanup/tests/test_fetchmail_server.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from odoo.addons.mail_environment.tests.test_mail_environment import TestMailEnvironment

class TestFetchmailServer(TestMailEnvironment):
def setUp(self):
super().setUp()

0 comments on commit e7a0c02

Please sign in to comment.