trytondo-analytic_account_co/tests/__init__.py
2021-03-18 14:14:56 -05:00

6 lines
194 B
Python

try:
from trytond.modules.account_co_reports.tests.test_account_co_reports import suite # noqa: E501
except ImportError:
from .test_account_co_reports import suite
__all__ = ['suite']