feat: add working tests

This commit is contained in:
sam 2024-03-15 03:46:25 +01:00
parent cd7a5431e9
commit 3d7217ec69
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
10 changed files with 80 additions and 21 deletions

View file

@ -6,7 +6,7 @@ from sqlalchemy import pool
from alembic import context
from foxnouns.db import Base
from foxnouns.settings import SYNC_DATABASE_URL
from foxnouns.db.sync import SYNC_DATABASE_URL
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.