mantimon-tcg/backend/tests/core/test_models
Cal Corum f93f5b617a Remove legacy modifier field from WeaknessResistance
Migrate all usages to the proper mode/value fields:
- Weakness: mode=MULTIPLICATIVE, value=2
- Resistance: mode=ADDITIVE, value=-30

Remove backwards compatibility code and legacy test.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 13:16:51 -06:00
..
__init__.py Add game engine foundation: enums, config, and RNG modules 2026-01-24 22:14:45 -06:00
test_actions.py Add rules validator, win conditions checker, and coverage gap tests 2026-01-25 12:57:06 -06:00
test_card.py Remove legacy modifier field from WeaknessResistance 2026-01-29 13:16:51 -06:00
test_enums.py Move enums to app/core/enums.py and set up clean module exports 2026-01-26 14:45:26 -06:00
test_game_state.py Move enums to app/core/enums.py and set up clean module exports 2026-01-26 14:45:26 -06:00