mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
Added pytest configuration, test dependencies, and initial test files for the backend. Introduced .env.test for test environment variables. Enhanced docstrings for database and session utility functions. Updated .gitignore for test artifacts.
7 lines
253 B
Plaintext
7 lines
253 B
Plaintext
# Test Environment Variables for Endurain Backend Tests
|
|
SECRET_KEY=test-secret-key-for-testing-purposes-minimum-32-characters-long
|
|
JWT_ACCESS_TOKEN_EXPIRE_MINUTES=15
|
|
JWT_REFRESH_TOKEN_EXPIRE_DAYS=7
|
|
FRONTEND_PROTOCOL=http
|
|
DATABASE_URL=sqlite:///:memory:
|