From b6cab37535980b363778c782cb4c64935799c513 Mon Sep 17 00:00:00 2001 From: resteve Date: Wed, 2 Dec 2015 09:42:42 +0100 Subject: [PATCH] FIX loading Tests --- tests/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/__init__.py b/tests/__init__.py index 485e118..f41efb0 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -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']