# Testing dependencies for dss-pollution-extraction

# Core requirements for functionality
-r requirements.txt

# Testing framework
pytest>=7.0.0
pytest-cov>=3.0.0
pytest-xdist>=2.5.0
pytest-mock>=3.7.0
pytest-benchmark>=3.4.0

# Test data and fixtures
pytest-datadir>=1.3.0
pytest-regressions>=2.3.0

# Coverage reporting
coverage>=6.3.0
codecov>=2.1.0

# Test utilities
factory-boy>=3.2.0
hypothesis>=6.41.0
faker>=13.3.0

# Performance testing
pytest-profiling>=1.7.0
pytest-timeout>=2.1.0

# Mock data generation for NetCDF files
nc-time-axis>=1.4.0

# Temporary file handling for tests
pytest-tmp-files>=0.1.0
