mantimon-tcg/backend/tests/api
Cal Corum 50bd3f1591 Add config API endpoint for frontend game settings
Expose game configuration (energy types, card types, rule constants) via
/api/config endpoint so frontend can dynamically load game rules without
hardcoding values.
2026-01-31 15:43:41 -06:00
..
__init__.py Implement Phase 2: Authentication system 2026-01-27 21:49:59 -06:00
conftest.py Add has_starter_deck to user profile API response 2026-01-30 23:14:04 -06:00
test_auth.py Implement UserRepository pattern with dependency injection 2026-01-30 07:30:16 -06:00
test_collections_api.py Fix security and validation issues from code review 2026-01-28 14:16:07 -06:00
test_config_api.py Add config API endpoint for frontend game settings 2026-01-31 15:43:41 -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 Add has_starter_deck to user profile API response 2026-01-30 23:14:04 -06:00