mantimon-tcg/backend/tests/unit/services
Cal Corum f512c7b2b3 Refactor to dependency injection pattern - no monkey patching
- ConnectionManager: Add redis_factory constructor parameter
- GameService: Add engine_factory constructor parameter
- AuthHandler: New class replacing standalone functions with
  token_verifier and conn_manager injection
- Update all tests to use constructor DI instead of patch()
- Update CLAUDE.md with factory injection patterns
- Update services README with new patterns
- Add socketio README documenting AuthHandler and events

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 22:54:57 -06:00
..
__init__.py Phase 3: Collections + Decks - Services and DI architecture 2026-01-28 11:27:14 -06:00
test_connection_manager.py Refactor to dependency injection pattern - no monkey patching 2026-01-28 22:54:57 -06:00
test_deck_validator.py Fix medium priority issues from code review 2026-01-28 14:32:08 -06:00
test_game_service.py Refactor to dependency injection pattern - no monkey patching 2026-01-28 22:54:57 -06:00