add test_redis to gluon init.

This commit is contained in:
2019-12-11 18:55:14 +00:00
parent ce917feb7e
commit 981254ec61
+1
View File
@@ -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 *