forked from Mapan/odoo17e
9 lines
273 B
Python
9 lines
273 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_activity
|
|
from . import test_activity_performance
|
|
from . import test_ocn_mobile
|
|
from . import test_sms_performance
|
|
from . import test_whatsapp_performance
|