pytest-flask-sqlalchemy
pytest-flask-sqlalchemy copied to clipboard
A pytest plugin for preserving test isolation in Flask-SQLAlchemy using database transactions.
Looks like there has been a new major release for flask-sqlalchemy https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/changes/#version-3-0-0 and they have broken backwards compatibility in a few places. For example : ``` @pytest.fixture(scope='function') def _transaction(request, _db,...
To be honest, I have no idea how to make the tests pass for this repo for Flask-SQLAlchemy 3.x; I'd spent a few hours trying with no avail; it's more...