Implement shopping cart

This commit is contained in:
2025-12-05 11:39:51 +01:00
parent f4618f4d05
commit 00246819cc
12 changed files with 288 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ def test_ensure_user(test_db):
assert user.username == "test"
test_db.commit()
test_db.flush()
assert test_db.scalar(select(func.count()).select_from(User)) == 1