odoo/addons/product/tests/__init__.py

6 lines
52 B
Python

from . import test_uom
fast_suite = [
test_uom,
]