mantimon-tcg/backend/tests/core/test_effects
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_base.py Move enums to app/core/enums.py and set up clean module exports 2026-01-26 14:45:26 -06:00
test_handlers.py Remove legacy modifier field from WeaknessResistance 2026-01-29 13:16:51 -06:00
test_registry.py Switch to testcontainers for automatic test container management 2026-01-28 16:49:11 -06:00