odoo/addons/account/tests/__init__.py

5 lines
64 B
Python

from . import test_tax
fast_suite = [test_tax,
]