trytond-stock_lot_cost_price/tests/__init__.py

6 lines
180 B
Python
Raw Permalink Normal View History

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