mirror of
https://github.com/nethunterzist/trendyol-analiz
synced 2026-07-01 17:37:04 +00:00
- 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>
27 lines
487 B
Plaintext
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
|