From b8b63302f4492bde6fba7f2791ee441c09fc2238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonel=20C=C3=A2mara?= Date: Tue, 26 Apr 2016 17:17:19 +0100 Subject: [PATCH] add test_appadmin to tests/__init__.py --- gluon/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gluon/tests/__init__.py b/gluon/tests/__init__.py index 69c486d5..cbeae68e 100644 --- a/gluon/tests/__init__.py +++ b/gluon/tests/__init__.py @@ -21,6 +21,7 @@ from test_contribs import * from test_web import * from test_dal import * from test_tools import * +from test_appadmin import * from test_scheduler import * if sys.version[:3] == '2.7':