chore: add pytest-cov to requirements (#50)

Closes #42
This commit is contained in:
Zihao Xu
2026-01-19 04:46:09 -08:00
committed by GitHub
parent 1a34b7724b
commit 5a82a186a7

View File

@@ -8,4 +8,5 @@ websockets>=11.0
# Testing
pytest>=8.0.0
pytest-asyncio>=0.23.0 # Required for async tests
httpx>=0.27.0 # Required for FastAPI TestClient
pytest-cov>=4.1.0 # Required for coverage reporting
httpx>=0.27.0 # Required for FastAPI TestClient