Also change SQLALCHEMY_DATABASE_URI to sqlite:// to use in memory sqlite database which is much more fater than the one in file, so tests are now very fast :).
sqlite://
LGTM
Pull-Request has been merged by jkaluza
Also change SQLALCHEMY_DATABASE_URI to
sqlite://to use in memory sqlite database which is much more fater than the one in file, so tests are now very fast :).