Skip to content

Commit

Permalink
[MOV] (test_)mass_mailing: move not mass-mailing models specific tests
Browse files Browse the repository at this point in the history
Purpose of this commit is to move tests not completely specific to some
mass mailing models to test_mass_mailing. Purpose is to allow to write
more in-depth tests based on existing ones by using test models instead
of some standard odoo ones.

This commit is linked to task ID 1889703 and PR odoo#27526.
  • Loading branch information
tde-banana-odoo committed Oct 18, 2018
1 parent 78f14a0 commit 96fbc1a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addons/mass_mailing/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import test_mass_mailing_list_merge
from . import test_mass_mailing_content
from . import test_mail_auto_blacklist
from . import test_mass_mailing
from . import test_blacklisted_channel_partner
4 changes: 4 additions & 0 deletions addons/test_mass_mailing/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@

from . import test_blacklist
from . import test_blacklist_mixin
from . import test_composer
from . import test_mail_auto_blacklist
from . import test_mail_channel
from . import test_mass_mailing

0 comments on commit 96fbc1a

Please sign in to comment.