# Testing requirements for VDS PDF Orchestrator
# Install with: pip install -r tests/requirements.txt

# Core testing framework
pytest>=8.0.0
pytest-cov>=4.0.0
pytest-html>=4.0.0
pytest-mock>=3.10.0
pytest-xdist>=3.0.0
pytest-timeout>=2.1.0

# Test utilities and fixtures
factory-boy>=3.3.0
faker>=20.0.0
responses>=0.23.0
freezegun>=1.2.0
testfixtures>=7.0.0

# Async testing
pytest-asyncio>=0.21.0
pytest-aiohttp>=1.0.0

# Performance testing
pytest-benchmark>=4.0.0
memory-profiler>=0.60.0

# Security testing
bandit>=1.7.5
safety>=2.3.0

# Code quality
pytest-flake8>=1.1.0
pytest-black>=0.3.0
pytest-isort>=3.0.0

# Docker testing (optional)
pytest-docker>=2.0.0
testcontainers>=3.7.0

# HTTP testing
httpx>=0.24.0
aioresponses>=0.7.0

# Database testing (if needed)
pytest-postgresql>=5.0.0
pytest-redis>=3.0.0

# Reporting
pytest-json-report>=1.5.0
pytest-tap>=3.3
pytest-teamcity>=1.0.0