DEBUG flag is still broken on older version of Flask-Testing
This commit is contained in:
parent
1358f7b42d
commit
104bdef339
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ class RegistryTestCase(LiveServerTestCase):
|
||||||
def create_app(self):
|
def create_app(self):
|
||||||
global _PORT_NUMBER
|
global _PORT_NUMBER
|
||||||
_PORT_NUMBER = _PORT_NUMBER + 1
|
_PORT_NUMBER = _PORT_NUMBER + 1
|
||||||
app.config['DEBUG'] = True
|
|
||||||
app.config['TESTING'] = True
|
app.config['TESTING'] = True
|
||||||
app.config['LIVESERVER_PORT'] = _PORT_NUMBER
|
app.config['LIVESERVER_PORT'] = _PORT_NUMBER
|
||||||
app.config['DB_URI'] = get_new_database_uri()
|
app.config['DB_URI'] = get_new_database_uri()
|
||||||
|
|
Reference in a new issue