FIX loading Tests

This commit is contained in:
resteve 2015-12-02 09:42:42 +01:00
parent bc3b009e89
commit b6cab37535

View file

@ -1,6 +1,7 @@
# The COPYRIGHT file at the top level of this repository contains the full # This file is part sale_opportunity_quote module for Tryton.
# copyright notices and license terms. # The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from .test import suite from .test_sale_opportunity_quote import suite
__all__ = ['suite'] __all__ = ['suite']