odoo/addons/account/tests/__init__.py

8 lines
92 B
Python

from . import test_tax
from . import test_search
fast_suite = [
test_tax,
test_search,
]