# Testing Requirements for NextRec
# Install with: pip install -r test_requirements.txt

# Core testing framework
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-xdist>=3.3.0  # For parallel test execution

# Test utilities
pytest-mock>=3.11.0
pytest-timeout>=2.1.0

# Code quality
pytest-flake8>=1.1.1
pytest-pylint>=0.19.0

# Performance testing
pytest-benchmark>=4.0.0

# Test reporting
pytest-html>=3.2.0
