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 870dacc
Show file tree
Hide file tree
Showing 2 changed files with 7 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
6 changes: 6 additions & 0 deletions mail_cleanup/tests/test_fetchmail_server.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from odoo.addons.mail_environment.tests.test_mail_environment import TestMailEnvironment


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

Check warning on line 6 in mail_cleanup/tests/test_fetchmail_server.py

View check run for this annotation

Codecov / codecov/patch

mail_cleanup/tests/test_fetchmail_server.py#L6

Added line #L6 was not covered by tests

0 comments on commit 870dacc

Please sign in to comment.