aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-drill-presentation-prompt.el
Commit message (Collapse)AuthorAgeFilesLines
* test: presentation-prompt return values and dispatcherCraig Jennings2026-05-051-0/+125
7 ERT tests covering the card-prompt return-value contract: - org-drill-presentation-prompt-in-mini-buffer with input-pending-p and read-key-sequence both mocked: quit → nil, edit → 'edit, skip → 'skip, any-other-key → t - explicit PROMPT arg appears in the formatted full-prompt - org-drill-presentation-prompt dispatcher routes by org-drill-presentation-prompt-with-typing (nil → mini-buffer variant, non-nil → in-buffer variant)