paper-dynasty-database/tests
Cal Corum 46c85e6874 fix: stale docstring + add decision-only pitcher test
- evaluate_card() docstring: "Override for PlayerSeasonStats" →
  "Override for BattingSeasonStats/PitchingSeasonStats"
- New test_decision_only_pitcher: exercises the edge case where a pitcher
  has a Decision row but no StratPlay rows, verifying _get_player_pairs()
  correctly includes them via the Decision table scan

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 10:31:16 -05:00
..
__init__.py feat: evolution track seed data and tests (WP-03) (#68) 2026-03-12 17:35:12 -05:00
conftest.py fix: add missing pg_conn fixture to conftest.py 2026-03-18 15:33:02 -05:00
test_evolution_evaluator.py refactor: replace incremental delta upserts with full recalculation in season stats 2026-03-19 10:17:13 -05:00
test_evolution_init.py feat(WP-10): pack opening hook — evolution_card_state initialization 2026-03-18 13:41:05 -05:00
test_evolution_models.py refactor: replace incremental delta upserts with full recalculation in season stats 2026-03-19 10:17:13 -05:00
test_evolution_seed.py test: add Phase 1a test suite (25 tests) 2026-03-17 19:33:49 -05:00
test_evolution_state_api.py feat(WP-07): card state API endpoints — closes #72 2026-03-18 15:33:02 -05:00
test_evolution_track_api.py feat: Track Catalog API endpoints (WP-06) (#71) 2026-03-12 20:40:38 -05:00
test_formula_engine.py fix: align tier_from_value with DB model field names (t1_threshold) 2026-03-18 15:07:07 -05:00
test_postgame_evolution.py refactor: replace incremental delta upserts with full recalculation in season stats 2026-03-19 10:17:13 -05:00
test_season_stats_model.py refactor: deduplicate pitcher formula and test constants 2026-03-17 09:49:33 -05:00
test_season_stats_update.py fix: stale docstring + add decision-only pitcher test 2026-03-19 10:31:16 -05:00