mantimon-tcg/backend/tests/api
Cal Corum cc0254d5ab Implement REST endpoints for game management (API-001)
Add REST API endpoints for game lifecycle operations:
- POST /games - Create new game between two players
- GET /games/{game_id} - Get game info for reconnection
- GET /games/me/active - List user's active games
- POST /games/{game_id}/resign - Resign from game via HTTP

Includes proper reverse proxy support for WebSocket URL generation
(X-Forwarded-* headers -> settings.base_url -> Host header fallback).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 23:09:12 -06:00
..
__init__.py Implement Phase 2: Authentication system 2026-01-27 21:49:59 -06:00
conftest.py Implement Phase 2: Authentication system 2026-01-27 21:49:59 -06:00
test_auth.py Implement Phase 2: Authentication system 2026-01-27 21:49:59 -06:00
test_collections_api.py Fix security and validation issues from code review 2026-01-28 14:16:07 -06:00
test_decks_api.py Fix security and validation issues from code review 2026-01-28 14:16:07 -06:00
test_games_api.py Implement REST endpoints for game management (API-001) 2026-01-29 23:09:12 -06:00
test_starter_deck_api.py Fix security and validation issues from code review 2026-01-28 14:16:07 -06:00
test_users.py Fix OAuth absolute URLs and add account linking endpoints 2026-01-27 22:06:22 -06:00