# Test Dependencies for BOAZ MCP Server

# Testing Framework
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-xdist>=3.3.1  # For parallel test execution

# Code Coverage
coverage>=7.3.0

# Additional Testing Utilities
pytest-mock>=3.11.1  # For mocking
pytest-timeout>=2.1.0  # For test timeouts
pytest-json-report>=1.5.0  # For JSON test reports

# Code Quality
pytest-flake8>=1.1.1  # For linting during tests
pytest-pylint>=0.19.0  # For pylint integration

# Optional but recommended
colorama>=0.4.6  # For colored terminal output on Windows
