Basic testing infrastructure

This commit is contained in:
Eden Kirin
2023-09-20 09:56:52 +02:00
parent f57c4d4491
commit 6109630ed1
12 changed files with 451 additions and 22 deletions

View File

@ -91,6 +91,7 @@ class TestingSettings(BaseEnvSettings):
DB_HOST: str = "localhost"
DB_PORT: int = 5432
DB_TEMPLATE_NAME: str = "db-template-name"
DB_NAME: str = "test_db-name"
DB_USER: str = "db-user"
DB_PASSWORD: str = "db-password"