File size: 474 Bytes
b0dfd19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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