-
Notifications
You must be signed in to change notification settings - Fork 0
Add UI-focused tests for extracted helper modules #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Summary
Expand automated coverage for helper modules extracted from ui.py, especially selection and storage logic.
Motivation
The project already has baseline regression tests, but the UI helper modules still have limited direct coverage.
Scope
- add tests for
ui_selection.py - add tests for
ui_storage.py - verify action editing flows such as delay updates and delete behavior
- verify serializer-backed load/save helpers handle success and validation errors correctly
Acceptance Criteria
- helper module tests run in
pytest - failure cases are covered as well as happy paths
- no existing test coverage regresses
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers