diff --git a/tests/__init__.py b/tests/__init__.py index ea3e75f..a12fce5 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_nutrition_program_supply_request import suite + +__all__ = ['suite']