aboutsummaryrefslogtreecommitdiff
path: root/tests/test-media-utils.el
Commit message (Collapse)AuthorAgeFilesLines
* test(media-utils): cover player discovery and play/download commandsCraig Jennings2026-05-231-0/+105
media-utils.el had no tests. I added eight: cj/get-available-media-players filtering by executable-find, cj/media-play-it building a direct command versus the yt-dlp -g stream-URL wrap (plus the missing-player error), and cj/yt-dl-it erroring when yt-dlp or tsp is absent and queueing through tsp + yt-dlp when both are present. Every external boundary is mocked, so nothing launches.