backend_project / pytest.ini
Jetsada117's picture
add feature test project
b0dfd19
Raw
History Blame Contribute Delete
474 Bytes
[pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = session
pythonpath = .
testpaths = tests
env =
DATABASE_URL=sqlite+aiosqlite:///:memory:
SECRET_KEY=test_secret_key
ALGORITHM=HS256
R2_BUCKET_NAME=test-bucket
R2_ACCOUNT_ID=test-id
R2_ACCESS_KEY=test-key
R2_SECRET_KEY=test-secret
HF=test-hf-token
REDIS_URL=redis://localhost:6379/0
GMAIL=test@gmail.com
BREVO_API_KEY=test-brevo-key
PROJECT_NAME=FaceSearchTest