From 58c287ec2807e9050df13fc19cc66f98ae8d65b7 Mon Sep 17 00:00:00 2001 From: Raimon Esteve Date: Mon, 20 Nov 2017 10:32:31 +0100 Subject: [PATCH] FIX import suite tests --- tests/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/__init__.py b/tests/__init__.py index 76d9470..b3625e4 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,5 @@ # The COPYRIGHT file at the top level of this repository contains the full # copyright notices and license terms. from .test_stock_lot_fifo import suite + +__all__ = ['suite']