unwind/tests
ducklet 1ea09c1a45 feat: use Alembic to initialize the database
This completely removes the previous DB patching mechanism.
When this is first run for an existing installation of Unwind, depending
on its version it might lead to problems because the database's schema
won't match the code.
To avoid that issue, when upgrading Unwind to this version make sure to
STOP the old application, install this new version but DON'T start it,
instead use `alembic upgrade head` to run the outstanding patches, and
only then start the application.
2024-05-19 02:25:36 +02:00
..
fixtures feat: add support for new ratings page 2024-05-11 17:13:48 +02:00
conftest.py remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00
test_db.py feat: use Alembic to initialize the database 2024-05-19 02:25:36 +02:00
test_imdb.py feat: add support for new ratings page 2024-05-11 17:13:48 +02:00
test_models.py remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00
test_web.py fix: some lint reported by Ruff 2024-05-11 19:00:27 +02:00