# 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