Changes¶
Version 0.2.1¶
Released 2025-11-20
test_isolationdoes not require an active app context, allowing it to be used around other fixtures. #37
Version 0.2.0¶
Released 2025-11-13
Drop support for Python 3.9.
Add
get_or_abortandone_or_abortmethods, which get a single row or otherwise tell Flask to abort with a 404 error.Add
test_isolationcontext manager, which isolates changes to the database so that tests don’t affect each other.
Version 0.1.0¶
Released 2024-06-07