aboutsummaryrefslogtreecommitdiff
path: root/tests/test-chime-sound.el
Commit message (Collapse)AuthorAgeFilesLines
* test: add failing tests for external sound-player selectionCraig Jennings2026-07-091-0/+301
The tests cover player selection, asynchronous spawn, the fallback to play-sound-file, DEVICE passthrough, the exit-status sentinel, and both players failing. I mock play-sound-file everywhere, so no test opens an audio device. Two tests spawn true or false as a stand-in player, because neither the returned process nor the sentinel's exit status survives a mock.