18 lines
No EOL
474 B
Text
18 lines
No EOL
474 B
Text
# Testing dependencies for GumYum NPC client
|
|
pytest>=7.4.0
|
|
pytest-asyncio>=0.21.0
|
|
pytest-timeout>=2.1.0
|
|
pytest-mock>=3.11.0
|
|
pytest-cov>=4.1.0
|
|
|
|
# HTTP libraries for both client versions
|
|
httpx>=0.24.0
|
|
requests>=2.31.0
|
|
|
|
# Optional dependencies for enhanced testing
|
|
pytest-xdist>=3.3.0 # Parallel test execution
|
|
pytest-benchmark>=4.0.0 # Performance benchmarking
|
|
pytest-html>=3.2.0 # HTML test reports
|
|
|
|
# Data validation (optional, for enhanced model testing)
|
|
pydantic>=2.0.0 |