From 684230370fb4cb4fe5426480b3efd222957333cb Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Thu, 7 Jan 2016 15:52:56 +0000 Subject: [PATCH] Tests run in debug mode --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 4dade6412..997c9182d 100644 --- a/config.py +++ b/config.py @@ -36,7 +36,7 @@ class Development(Config): class Test(Config): - DEBUG = False + DEBUG = True SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/test_notifications_admin' WTF_CSRF_ENABLED = False