trytond-stock_lot_unique/tests/__init__.py
Sergio Morillo 6a722a5acf Initial commit.
This commit refs #4825
2018-06-08 18:37:50 +02:00

6 lines
176 B
Python

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