Files
trendyol-analiz/backend/requirements-test.txt
furkanyigit34 c7be57064b Initial commit: Trendyol Analiz platform
- FastAPI backend with Python
- React + Vite admin panel
- PostgreSQL database
- Trendyol marketplace analytics
- GitHub Actions CI/CD workflow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 00:14:38 +03:00

27 lines
487 B
Plaintext

# Testing dependencies for Trendyol Product Dashboard Backend
# Install with: pip install -r requirements-test.txt
# Testing framework
pytest==8.0.0
pytest-cov==4.1.0
pytest-asyncio==0.23.0
# HTTP testing
httpx==0.27.0
# Mock HTTP responses
responses==0.25.0
# Test fixtures and factories
pytest-mock==3.12.0
faker==22.6.0
# Coverage reporting
coverage[toml]==7.4.1
# Performance testing (optional)
pytest-benchmark==4.0.0
# Parallel test execution (optional)
pytest-xdist==3.5.0