# Test dependencies for jvspatial
# Include base requirements
-r requirements.txt

# Testing framework and core utilities
pytest>=7.0
pytest-asyncio>=0.21.0
httpx>=0.24.0  # For async HTTP client testing
pytest-mock  # For mocking in tests
pytest-cov  # Coverage reporting for tests

# FastAPI testing support
starlette[testing]  # TestClient and testing utilities

# Development tools (optional for testing)
pre-commit>=3.0.0
python-dotenv>=1.0.0
