-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or requesttestingTests and qualityTests and qualitytuiTUI dashboardTUI dashboard
Description
Parent: #542
Problem
AppLayout::compute is untested with edge-case terminal sizes. Panics or overlapping rects could occur with unusual dimensions.
Requirements
- Add dev-dependency:
proptest - Test
AppLayout::computewith arbitrary terminal sizes from 1x1 to 500x500 - Verify: no panics, no overlapping rects, all rects within terminal bounds
Acceptance criteria
- proptest with at least 1000 cases passing
- No panics on any generated size
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttestingTests and qualityTests and qualitytuiTUI dashboardTUI dashboard