diff --git a/tests/config.py b/tests/config.py index fc6d73a..5894a02 100644 --- a/tests/config.py +++ b/tests/config.py @@ -5,3 +5,4 @@ PRESERVE_CONTEXT_ON_EXCEPTION = False ESALES_URL = '' TESTING = True DEBUG = True +SQLALCHEMY_ECHO = False