From 981254ec61d32a0f739152fa594b5dc505a74061 Mon Sep 17 00:00:00 2001 From: Dinis Date: Wed, 11 Dec 2019 18:55:14 +0000 Subject: [PATCH] add test_redis to gluon init. --- gluon/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) 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 *