mantimon-tcg/backend/tests/core/test_models
Cal Corum 1123d61067 Extend core card models with rarity tiers and card subtypes
Add CardRarityTier enum for pull rate calculations (common through
crown_rare). Add CardSubtype enum for Pokemon classifications (basic,
stage1, stage2, ex, etc.). Update CardDefinition model with new fields
for subtypes and rarity display.
2026-01-31 15:43:07 -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 Extend core card models with rarity tiers and card subtypes 2026-01-31 15:43:07 -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