# Testing dependencies for PolyGeoHasher

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

# Coverage and reporting
coverage>=7.0.0
coverage-badge>=1.1.0

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

# Performance testing
pytest-benchmark>=4.0.0

# Test utilities
faker>=18.0.0
hypothesis>=6.75.0

# Already in main requirements but needed for tests
geopandas>=0.12.0
shapely>=2.0.0
requests>=2.28.0
