Overview
Recent work added multiple actions and behaviors to the TUI Rules view (unblock, untrust, navigation skipping, status messages), but there is currently no test coverage for them.
What needs to be done
Goal
Core Rules view behaviors are covered by tests to prevent regressions.
Notes
- Focus on unit-style tests where possible
- Mock
load_rules() and helpers to avoid filesystem writes
- Keep tests fast and isolated
help wanted
Overview
Recent work added multiple actions and behaviors to the TUI Rules view (unblock, untrust, navigation skipping, status messages), but there is currently no test coverage for them.
What needs to be done
_unblock_from_rules_viewaction_toggle_trustGoal
Core Rules view behaviors are covered by tests to prevent regressions.
Notes
load_rules()and helpers to avoid filesystem writeshelp wanted