diff --git a/tests/__init__.py b/tests/__init__.py index 27fc8cd..833e392 100755 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -3,3 +3,5 @@ #the full copyright notices and license terms. from .test_product_oneclick import suite + +__all__ = ['suite']