fix: add unit tests for user authentication and profile retrieval endpoints

This commit is contained in:
2025-10-05 00:25:37 +00:00
parent b90fcc8df0
commit 956d66961d
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