Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.13 KB

File metadata and controls

48 lines (28 loc) · 1.13 KB

Changes

0.3.0 (16.04.2025)

  • Now targeting Python 3.9+, SQLAlchemy 1.4+ and pytest 8+.
  • Moved to uv for environment management and Github Actions for CI.
  • Testing against sqlite, MySQL and Postgres, with 100% line coverage.
  • Fully type annotated and checked with mypy.
  • Formatted with ruff.
  • Documentation moved to Sphinx and published on Read the Docs

0.2.1 (13.03.2018)

0.2.0 (22.02.2018)

Feature release. Thanks to Sebastian Buczyński.

  • Added option to create the database on each run by using sqlalchemy-utils.
  • Added option to run tests on multiple dynamically created databases (pytest-xdist) like pytest-django does.

0.1.1 (22.09.2017)

Initial release.