From 7dcb8c5f5078aee1c86d2449c2782c2885b9dc46 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 28 Jun 2016 19:01:26 +0200 Subject: [PATCH] add test config --- .gitignore | 2 +- tests/config.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 tests/config.py diff --git a/.gitignore b/.gitignore index 0c0f16a..fd1a9f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ *.pyc -config.py +/config.py venv/ *.sublime-* diff --git a/tests/config.py b/tests/config.py new file mode 100644 index 0000000..2b24646 --- /dev/null +++ b/tests/config.py @@ -0,0 +1,4 @@ +SQLALCHEMY_DATABASE_URI = 'sqlite://' +SQLALCHEMY_TRACK_MODIFICATIONS = True +TESTING=True +DEBUG = True \ No newline at end of file