porchlight/tests/test_store
2026-02-13 13:53:14 +01:00
..
__init__.py chore: create package structure with src layout 2026-02-12 14:39:07 +01:00
conftest.py feat: add SQLiteUserRepository with tests 2026-02-13 13:36:38 +01:00
test_exceptions.py feat: add DuplicateError domain exception 2026-02-13 13:14:01 +01:00
test_migrations.py feat: add SQLite migration runner 2026-02-13 13:08:44 +01:00
test_protocols.py feat: add repository Protocol interfaces for User, Credential, MagicLink 2026-02-12 14:56:20 +01:00
test_sqlite_credential_repo.py feat: add SQLiteCredentialRepository with tests 2026-02-13 13:49:25 +01:00
test_sqlite_magic_link_repo.py feat: add SQLiteMagicLinkRepository with tests 2026-02-13 13:53:14 +01:00
test_sqlite_user_repo.py feat: add SQLiteUserRepository with tests 2026-02-13 13:36:38 +01:00