Create a testing configuration

From now on, testing should be done with FLASK_ENV set to testing
This commit is contained in:
2018-07-25 20:26:40 +02:00
parent bc67e692e0
commit 490474b2d6
2 changed files with 19 additions and 0 deletions

1
.env.testing Normal file
View File

@@ -0,0 +1 @@
FLASK_ENV=testing