mantimon-tcg/backend/tests
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
..
api Add has_starter_deck to user profile API response 2026-01-30 23:14:04 -06:00
core Extend core card models with rarity tiers and card subtypes 2026-01-31 15:43:07 -06:00
db Switch to testcontainers for automatic test container management 2026-01-28 16:49:11 -06:00
scripts Simplify card image URLs to use set-based paths 2026-01-27 16:16:51 -06:00
services Implement UserRepository pattern with dependency injection 2026-01-30 07:30:16 -06:00
socketio Add integration tests for WebSocket game flow (TEST-002) 2026-01-30 00:02:40 -06:00
unit Add has_starter_deck to user profile API response 2026-01-30 23:14:04 -06:00
__init__.py Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00
conftest.py Switch to testcontainers for automatic test container management 2026-01-28 16:49:11 -06:00
factories.py Add database infrastructure with SQLAlchemy models and test suite 2026-01-27 10:17:30 -06:00
test_health.py Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00