gouthambs / Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.
http://flask-blogging.readthedocs.org/en/latest/
MIT License
688 stars 159 forks source link

Enable MySQL and Postgres tests #155

Closed gouthambs closed 2 years ago

gouthambs commented 2 years ago

@mar1ad I am seeing that 1) the mysql and postgres databases are not setup in workflow part of testing 2) the psycopg2 and mysqlclient libraries are not installed. Due to this we are not able to verify the test under mysql and postgres at the moment.