This is the Flask-SQLAlchemy-Lite 0.2.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/Flask-SQLAlchemy-Lite/0.2.1/
Changes: https://flask-sqlalchemy-lite.readthedocs.io/page/changes/#version-0-2-1
Milestone: https://github.com/pallets-eco/flask-sqlalchemy-lite/milestone/2?closed=1
test_isolationdoes not require an active app context, allowing it to be used around other fixtures. #37