DEBUG flag is still broken on older version of Flask-Testing

This commit is contained in:
Joseph Schorr 2015-09-08 12:51:23 -04:00
parent 1358f7b42d
commit 104bdef339

View file

@ -112,7 +112,6 @@ class RegistryTestCase(LiveServerTestCase):
def create_app(self):
global _PORT_NUMBER
_PORT_NUMBER = _PORT_NUMBER + 1
app.config['DEBUG'] = True
app.config['TESTING'] = True
app.config['LIVESERVER_PORT'] = _PORT_NUMBER
app.config['DB_URI'] = get_new_database_uri()