I want to test a Flask application that has a database in my CI pipeline. I wanted to replace the database for testing by SQLite because SQLite does not need any setup.
H