trytond-edw_mssql/tests/__init__.py
Sergio Morillo 44f36eed79 Refactor module.
This commit refs #3470
2017-12-14 18:03:11 +01:00

6 lines
169 B
Python

# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from .test_edw_mssql import suite
__all__ = ['suite']