test: add coverage for generate_animated_card and /animated endpoints #189
Labels
No Label
ai-changes-requested
ai-failed
ai-merged
ai-pr-opened
ai-reviewed
ai-reviewing
ai-reviewing
ai-working
bug
enhancement
evolution
performance
phase-0
phase-1a
phase-1b
phase-1c
phase-1d
security
tech-debt
todo
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-database#189
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
From PR #188 review feedback — the
generate_animated_cardfunction and/animatedendpoints currently lack test coverage.Scope:
generate_animated_card()(mock Playwright, verify frame capture logic)/animatedAPI endpoints (mock render pipeline, verify response shape)Context: These were added as part of the card rendering pipeline but shipped without tests. Adding coverage will catch regressions as the pipeline evolves (e.g., APNG effects in database#186).