Tests run in debug mode

This commit is contained in:
Martyn Inglis
2016-01-07 15:52:56 +00:00
parent 55534522e0
commit 684230370f

View File

@@ -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