trytondo-account_invoice_facho/tests/__init__.py

7 lines
203 B
Python

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