fix: key plays score text shows "tied at X" correctly (closes #48) #52
No reviewers
Labels
No Label
ai-changes-requested
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
in-next-release
status/in-progress
status/pr-open
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-v2#52
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/key-plays-tied-score"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Play.descriptive_text()where tied scores displayed as "Team up X-X" instead of "tied at X"elsebranch caught both "away leading" and "tied" cases — changed toif/elif/elsetests/test_models_play.pywith 5 tests covering tied, home-leading, and away-leading score scenariosTest plan
test_models_play.pypass (tied at 0, tied via top-inning RBI, tied via bottom-inning RBI, home leading, away leading)🤖 Generated with Claude Code