forked from Rockachopa/Timmy-time-dashboard
Add 3 targeted tests for infrastructure/error_capture.py: - test_stale_entries_pruned: exercises dedup cache pruning (line 61) - test_git_context_fallback_on_failure: exercises exception path (lines 90-91) - test_returns_none_when_feedback_disabled: exercises early return (line 112) Coverage results (63 tests, all passing): - error_capture.py: 75.6% → 80.0% - broadcaster.py: 93.9% (unchanged) - bus.py: 92.9% (unchanged) - Total: 88.1% → 89.4% Closes #45