# requirements-test.txt
# This file is maintained for backward compatibility and CI/CD usage
# For development, use: pip install -e .[test]

# Core testing framework
pytest>=8.3.5
pytest-cov>=5.0.0

# Test utilities
pytest-mock>=3.10.0

# Required runtime dependencies (keep in sync with pyproject.toml)
sphinx>=3.0
docutils>=0.18
