13 lines
421 B
Python
13 lines
421 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
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_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
|