chore: Add testing configuration and clean up duplicate files

- Added pytest configuration and test suite
- Added TypeScript configuration for both frontend apps
- Removed duplicate migration files from backend/backend/migrations/
- Enhanced project structure for better testing and development"
This commit is contained in:
2026-02-09 13:30:39 -07:00
parent 91ff49cdec
commit 659fc2f446
11 changed files with 223 additions and 105 deletions

7
backend/tests/test.env Normal file
View File

@@ -0,0 +1,7 @@
# Test Environment Variables
ENVIRONMENT=test
DEBUG=true
SECRET_KEY=test-secret-key-for-testing-123456789
JWT_SECRET_KEY=test-jwt-secret-key-for-testing-987654321
DATABASE_URL=postgresql+asyncpg://servicemanager:servicemanager123@postgres:5432/servicemanager
REDIS_URL=redis://redis:6379/0