3
0
Fork 0

feat: basic support for displaying version history

this is not terribly feature-rich yet, just the basics
This commit is contained in:
Lance Edgar 2025-10-29 18:32:35 -05:00
parent 6d2eccd0ea
commit f33448f64a
18 changed files with 1323 additions and 66 deletions

View file

@ -50,7 +50,7 @@ dependencies = [
[project.optional-dependencies]
continuum = ["Wutta-Continuum"]
continuum = ["Wutta-Continuum>=0.2.1"]
docs = ["Sphinx", "furo", "sphinxcontrib-programoutput"]
tests = ["pylint", "pytest", "pytest-cov", "tox"]
@ -91,3 +91,9 @@ update_changelog_on_bump = true
exclude = [
"htmlcov/",
]
[tool.pytest.ini_options]
markers = [
"versioned: tests with SQLAlchemy-Continuum versioning feature enabled",
]