docs: add comprehensive testing documentation and framework setup for City Builder game

This commit is contained in:
2025-10-05 00:25:37 +00:00
parent 3093e38f0e
commit 2fb014fd40
20 changed files with 4514 additions and 5 deletions
+5
View File
@@ -3,3 +3,8 @@ uvicorn[standard]==0.32.1
websockets==12.0
python-multipart
pydantic==2.10.5
# Testing dependencies
pytest==8.3.3
pytest-asyncio==0.24.0
httpx==0.27.2