|
|
@ -40,5 +40,5 @@ class TestConfig(Config): |
|
|
|
TESTING = True |
|
|
|
TESTING = True |
|
|
|
DEBUG = True |
|
|
|
DEBUG = True |
|
|
|
SQLALCHEMY_DATABASE_URI = 'sqlite://' |
|
|
|
SQLALCHEMY_DATABASE_URI = 'sqlite://' |
|
|
|
BCRYPT_LOG_ROUNDS = 1 # For faster tests |
|
|
|
BCRYPT_LOG_ROUNDS = 4 # For faster tests; needs at least 4 to avoid "ValueError: Invalid rounds" |
|
|
|
WTF_CSRF_ENABLED = False # Allows form testing |
|
|
|
WTF_CSRF_ENABLED = False # Allows form testing |
|
|
|