aboutsummaryrefslogtreecommitdiff
path: root/tests/test-transcription-process-environment.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(transcription): extract cj/--build-process-environmentCraig Jennings2026-04-191-0/+94
Pull the per-backend env-var assembly out of cj/--start-transcription-process into a standalone pure function. 9 tests cover: the three backends, parent-env preservation, non-mutation, missing-key user-error, unknown-backend error.