unwind/tests
ducklet 4981de4a04 remove databases, use SQLAlechemy 2.0 instead
Among the many changes we switch to using SQLAlchemy's connection pool,
which means we are no longer required to guard against multiple threads
working on the database.
All db funcs now receive a connection to use as their first argument,
this allows the caller to control transaction & rollback behavior.
2023-11-27 23:24:35 +01:00
..
conftest.py remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00
test_db.py remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00
test_imdb.py apply auto-formatting to tests 2023-02-04 18:15:14 +01:00
test_models.py remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00
test_web.py remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00