From d93a13ca46d8a863f7abf3371eb36edf4a3e677f Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 1 Jan 2019 22:13:54 -0800 Subject: [PATCH] restoring commented tests --- gluon/tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/tests/__init__.py b/gluon/tests/__init__.py index 51de9dd6..83379804 100644 --- a/gluon/tests/__init__.py +++ b/gluon/tests/__init__.py @@ -22,7 +22,7 @@ from .test_compileapp import * from .test_appadmin import * from .test_web import * from .test_sqlhtml import * -# from .test_scheduler import * +from .test_scheduler import * from .test_cron import * from .test_is_url import *