9 lines
282 B
Python
9 lines
282 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_price_subtotal_property
|
|
from . import test_price_total_property
|
|
from . import test_edge_cases
|
|
from . import test_view_configuration
|
|
from . import test_integration
|