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