File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11Changes
22-------
33
4+ 0.3.0 (16.04.2025)
5+ ~~~~~~~~~~~~~~~~~~
6+
7+ * Now targeting Python 3.9+, SQLAlchemy 1.4+ and pytest 8+.
8+
9+ * Moved to `uv `__ for environment management and `Github Actions `__ for CI.
10+
11+ * Testing against sqlite, MySQL and Postgres, with 100% line coverage.
12+
13+ * Fully type annotated and checked with `mypy `__.
14+
15+ * Formatted with `ruff `__.
16+
17+ * Documentation moved to `Sphinx `__ and published on `Read the Docs `__
18+
19+ __ https://docs.astral.sh/uv/
20+
21+ __ https://github.com/pytest-dev/pytest-sqlalchemy/actions
22+
23+ __ https://mypy.readthedocs.io/en/stable/
24+
25+ __ https://docs.astral.sh/ruff/
26+
27+ __ https://www.sphinx-doc.org/en/master/
28+
29+ __ https://pytest-sqlalchemy.readthedocs.io/
30+
4310.2.1 (13.03.2018)
532~~~~~~~~~~~~~~~~~~
633
Original file line number Diff line number Diff line change 11[project ]
22name = " pytest-sqlalchemy"
3- version = " 0.2.1 "
3+ version = " 0.3.0 "
44description = " pytest plugin with sqlalchemy related fixtures"
55authors = [
66 { name = " Torsten Irländer" , email = " torsten.irlaender@googlemail.com" }
You can’t perform that action at this time.
0 commit comments