11 lines
346 B
Python
11 lines
346 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import chatbot_common
|
||
|
from . import test_chatbot_form_ui
|
||
|
from . import test_chatbot_internals
|
||
|
from . import test_get_mail_channel
|
||
|
from . import test_im_livechat_report
|
||
|
from . import test_im_livechat_support_page
|
||
|
from . import test_message
|