# Testing dependencies for pCloud SDK Python
# Install with: pip install -r requirements/test.txt

# Include base requirements
-r base.txt

# Testing framework
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
pytest-mock>=3.10.0

# Test utilities
responses>=0.23.0
requests-mock>=1.10.0
python-dotenv>=1.0.0

# Coverage reporting
coverage>=7.0.0

# Performance testing
pytest-benchmark>=4.0.0

tox