FIX loading Tests

This commit is contained in:
resteve 2015-12-02 09:42:42 +01:00
parent bc3b009e89
commit b6cab37535
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
# This file is part sale_opportunity_quote module for Tryton.
# 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']