blob: c2bbe943e8b13f2529a34636f16c0f0b6773d9ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# -*- coding: utf-8 -*-
from . import test_invite
from . import test_ir_actions
from . import test_mail_activity
from . import test_mail_composer
from . import test_mail_followers
from . import test_mail_message
from . import test_mail_mail
from . import test_mail_channel
from . import test_mail_channel_partner
from . import test_mail_gateway
from . import test_mail_thread_internals
from . import test_mail_template
from . import test_mail_tools
from . import test_message_management
from . import test_message_post
from . import test_message_track
from . import test_performance
from . import test_ui
|