aboutsummaryrefslogtreecommitdiff
path: root/tests/test-video-audio-recording-process-sentinel.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(tests): correct flaky test assertionsCraig Jennings2026-02-031-4/+8
| | | | | | | - calendar-sync: fix GTFO count bounds to match 15-month window (was incorrectly assuming 12-month/52-week window) - video-recording: add process-status mock to prevent race condition where process hadn't exited yet when sentinel was manually called
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-0/+190
| | | | This reverts commit 1218bae708a6755e3628f15fef58e6806ac81039.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-190/+0
|
* a/v recording: fix setup, add test functionality and indicatorlkgCraig Jennings2025-11-111-0/+190
Integrates a modeline indicator to display active recording status in Emacs. The indicator shows "🔴Audio", "🔴Video", or "🔴A+V" based on the active recording processes. Includes functions for starting and stopping audio/video recordings, with sentinel processes ensuring timely updates to the modeline. Also adds extensive integration tests to validate modeline synchronization.