From 9a96e72fe698c356de0c0024dafea2c9403fd5c6 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 30 Jun 2016 16:26:24 +0200 Subject: [PATCH] obscure config parameter added to test config --- tests/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/config.py b/tests/config.py index 2b24646..54082ae 100644 --- a/tests/config.py +++ b/tests/config.py @@ -1,4 +1,5 @@ SQLALCHEMY_DATABASE_URI = 'sqlite://' SQLALCHEMY_TRACK_MODIFICATIONS = True +PRESERVE_CONTEXT_ON_EXCEPTION = False TESTING=True DEBUG = True \ No newline at end of file