21 lines
749 B
Python
21 lines
749 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import test_avatar_acl
|
||
|
from . import test_bus_presence
|
||
|
from . import test_discuss_attachment_controller
|
||
|
from . import test_discuss_binary_controller
|
||
|
from . import test_discuss_action
|
||
|
from . import test_discuss_channel
|
||
|
from . import test_discuss_channel_access
|
||
|
from . import test_discuss_channel_as_guest
|
||
|
from . import test_discuss_channel_member
|
||
|
from . import test_discuss_message_update_controller
|
||
|
from . import test_discuss_sub_channels
|
||
|
from . import test_discuss_thread_controller
|
||
|
from . import test_guest_feature
|
||
|
from . import test_message_controller
|
||
|
from . import test_toggle_upload
|
||
|
from . import test_load_messages
|
||
|
from . import test_rtc
|
||
|
from . import test_ui
|