add test config

This commit is contained in:
Martin
2016-06-28 19:01:26 +02:00
parent 2edf0ba8b0
commit 7dcb8c5f50
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
*.pyc
config.py
/config.py
venv/
*.sublime-*
+4
View File
@@ -0,0 +1,4 @@
SQLALCHEMY_DATABASE_URI = 'sqlite://'
SQLALCHEMY_TRACK_MODIFICATIONS = True
TESTING=True
DEBUG = True