# Test dependencies for Data Retrieval Module
# Core testing framework
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0

# Async testing support
asyncio-mqtt>=0.13.0
aiohttp>=3.8.0

# Mock and testing utilities
responses>=0.23.0
faker>=19.0.0
factory-boy>=3.2.0

# Coverage and reporting
coverage>=7.0.0
pytest-html>=3.1.0
pytest-xdist>=3.0.0

# Performance testing
pytest-benchmark>=4.0.0
pytest-profiling>=1.7.0

# Documentation testing (built into pytest)

# Type checking
mypy>=1.0.0
pytest-mypy-plugins>=3.0.0

# Linting and formatting (optional for CI)
flake8>=6.0.0
black>=23.0.0
isort>=5.12.0
