trytond-stock_party_warehouse/tests/__init__.py
José Miguel Pardo Salar 4de14a97dd Initial commit.
This commit refs #19212"
2021-06-29 19:18:58 +02:00

5 lines
181 B
Python

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