diff --git a/gluon/tests/__init__.py b/gluon/tests/__init__.py index 6b3c5480..97aa6595 100644 --- a/gluon/tests/__init__.py +++ b/gluon/tests/__init__.py @@ -8,6 +8,7 @@ from .test_dal import * from .test_cache import * from .test_html import * from .test_contribs import * +from .test_redis import * from .test_routes import * from .test_router import * from .test_authapi import *