11 lines
351 B
Python
11 lines
351 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import test_frontend
|
||
|
from . import self_order_common_test
|
||
|
from . import test_self_order_mobile
|
||
|
from . import test_self_order_kiosk
|
||
|
from . import test_self_order_attribute
|
||
|
from . import test_self_order_combo
|
||
|
from . import test_self_order_common
|