odoo/addons/product/tests/__init__.py

7 lines
84 B
Python

from . import test_uom, test_pricelist
fast_suite = [
test_uom,
test_pricelist
]